Skip to content

Commit

Permalink
Add diablo model, rename head model
Browse files Browse the repository at this point in the history
  • Loading branch information
caspark committed Jan 17, 2022
1 parent a0c2a7b commit 2b64173
Show file tree
Hide file tree
Showing 14 changed files with 13,354 additions and 1 deletion.
Binary file added assets/diablo.diffuse.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 assets/diablo.glow.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 assets/diablo.normals_darboux.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 assets/diablo.normals_global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13,334 changes: 13,334 additions & 0 deletions assets/diablo.obj

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions assets/diablo.readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Sourced from https://github.com/ssloy/tinyrenderer

---

Credits to Samuel (arshlevon) Sharit
---

Date: Tue, 27 Jan 2015 19:24:30 -0800
From: Samuel Sharit <[email protected]>
To: Dmitry Sokolov <[email protected]>
Subject: Re: diablo posing

Go for it!

[cut]

Binary file added assets/diablo.specular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
3 changes: 3 additions & 0 deletions assets/head.readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sourced from https://github.com/ssloy/tinyrenderer

Yes, the eyes are missing - they're just not in this model.
File renamed without changes
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Default for RenderConfig {
scene: RenderScene::default(),
width: 1000,
height: 1000,
model: PathBuf::from("assets/african_head.obj"),
model: PathBuf::from("assets/head.obj"),
light_dir: Vec3::new(0.0, 0.0, 1.0),
camera_distance: 3.0,
camera_look_from: Vec3::new(0.0, 0.0, 3.0),
Expand Down

0 comments on commit 2b64173

Please sign in to comment.