-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9cad67
commit 5690e9a
Showing
11 changed files
with
139 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
{ | ||
"geometry" : "sss_dragon.obj", | ||
"materials" : "materials.mtl", | ||
"camera" : { | ||
"viewport" : [1080.0, 1080.0], | ||
"origin" : [14.0, 15.0, -12.0], | ||
"target" : [-1.5, 1.0, 5.0], | ||
"focal-length" : 14.0, | ||
"lens-radius" : 0.0 | ||
} | ||
} | ||
"geometry": "sss_dragon.obj", | ||
"materials": "sss_dragon.obj.materials", | ||
"camera": { | ||
"viewport": [ | ||
1080, | ||
1080 | ||
], | ||
"origin": [ | ||
18.48695182800293, | ||
18.065654754638672, | ||
-14.235601425170898 | ||
], | ||
"target": [ | ||
17.837646484375, | ||
17.565496444702148, | ||
-13.662675857543945 | ||
], | ||
"up": [ | ||
-0.37503513693809509, | ||
0.86593389511108398, | ||
0.3309185802936554 | ||
], | ||
"lens-radius": 0.0, | ||
"focal-distance": 0.0, | ||
"focal-length": 49.999992370605469 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
newmtl et::dir | ||
color 1.901 2.000 2.178 | ||
direction 0.696 0.525 0.489 | ||
angular_diameter 0.573 | ||
|
||
newmtl dragon | ||
material class plastic | ||
Pr 0.103 | ||
Kd 0.449 0.449 0.449 | ||
Ks 1.000 1.000 1.000 | ||
Kt 1.000 1.000 1.000 | ||
subsurface 2.000 0.500 0.125 | ||
|
||
newmtl plane | ||
material class diffuse | ||
Pr 0.000 | ||
Kd 0.500 0.500 0.500 | ||
Ks 1.000 1.000 1.000 | ||
Kt 1.000 1.000 1.000 | ||
|
||
newmtl no-light0 | ||
material class diffuse | ||
Pr 0.000 | ||
Kd 1.000 1.000 1.000 | ||
Ks 1.000 1.000 1.000 | ||
Kt 1.000 1.000 1.000 | ||
Ke 7.000 7.000 7.000 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters