-
-
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.
Merge pull request #15 from serhii-rieznik/dev
dev -> main
- Loading branch information
Showing
260 changed files
with
713,114 additions
and
854,530 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ bin/options.json | |
*.ptx | ||
*.fatbin | ||
bin/ui.ini | ||
bin/raytracer | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"geometry" : "cb-candle.obj", | ||
"materials" : "cb-candle.materials", | ||
"camera" : { | ||
"viewport" : [1080.0, 1080.0], | ||
"origin" : [0.0, 1.0, 5.15], | ||
"target" : [0.0, 1.0, 0.0], | ||
"up" : [0.0, 1.0, 0.0], | ||
"fov" : 26.99 | ||
} | ||
} |
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,51 @@ | ||
# Blender 3.6.2 MTL File: 'cb-candle.blend1' | ||
# www.blender.org | ||
|
||
newmtl et::env | ||
color nblackbody 20000.0 scale 2.0 | ||
|
||
newmtl et::medium | ||
id wax | ||
absorption 1 2.5 5 | ||
scattering 4 3 2 | ||
|
||
newmtl candle | ||
material class diffuse | ||
int_medium wax | ||
subsurface class exact | ||
|
||
newmtl diamond | ||
material class dielectric | ||
int_ior diamond | ||
|
||
newmtl ceiling | ||
material class diffuse | ||
Kd 1 1 1 | ||
|
||
newmtl floor | ||
material class diffuse | ||
Kd 1 1 1 | ||
map_Kd ../textures/checkers_grayscale.png | ||
|
||
newmtl frontWall | ||
material class diffuse | ||
Kd 1 1 1 | ||
map_Kd ../textures/checkers_grayscale.png | ||
|
||
newmtl leftWall | ||
material class diffuse | ||
Kd 0.25 0.25 1.0 | ||
|
||
newmtl rightWall | ||
material class diffuse | ||
Kd 0.25 1 0.25 | ||
|
||
newmtl fire | ||
material class translucent | ||
Kd 1 1 1 | ||
Ks 1 1 1 | ||
Kt 1 1 1 | ||
emitter blackbody 2000.0 scale 1.0 | ||
Ke 1 1 1 | ||
|
||
newmtl wire |
Oops, something went wrong.