Skip to content

Commit

Permalink
massive commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AJMC2002 committed Nov 14, 2023
1 parent 7f8da39 commit 6015f88
Show file tree
Hide file tree
Showing 23 changed files with 3,694 additions and 338 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = "0.22.0"
glfw = "0.41.0"
egui = "0.23.0"
glfw = "0.53.0"
gl = "0.14"
copypasta-ext = "0.4.4"
egui_glfw = { branch = "v0.4.0-release", git = "https://github.com/ishbosamiya/egui_glfw.git" }
egui_glfw = { branch = "v0.6.0-release", git = "https://github.com/ishbosamiya/egui_glfw.git" }
cgmath = "0.18.0"
image = "0.24.6"
impl_ops = "0.1.1"
obj-rs = "0.7.1"
tobj = "4.0.0"
Binary file added resources/objects/crash/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/objects/crash/color_pallete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions resources/objects/crash/crashbandicoot.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 06.05.2018 03:44:31

newmtl shoes
Ns 0.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.0000 0.0000 0.0000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka shoes.png
map_Kd shoes.png

newmtl back
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.5880 0.5880 0.5880
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka back.png
map_Kd back.png

newmtl color_pallete
Ns 0.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5880 0.5880 0.5880
Kd 0.0000 0.0000 0.0000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka color_pallete.png
map_Kd color_pallete.png
Loading

0 comments on commit 6015f88

Please sign in to comment.