init
This commit is contained in:
BIN
scenes/spheres/spheres.png
Normal file
BIN
scenes/spheres/spheres.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
24
scenes/spheres/spheres.sce
Normal file
24
scenes/spheres/spheres.sce
Normal file
@ -0,0 +1,24 @@
|
||||
# camera: eye, center, up, fovy, width, height
|
||||
camera 1 3 8 1 1 0 0 1 0 45 500 500
|
||||
|
||||
# recursion depth
|
||||
depth 5
|
||||
|
||||
# background color
|
||||
background 0 0 0
|
||||
|
||||
# global ambient light
|
||||
ambience 0.2 0.2 0.2
|
||||
|
||||
# light: position and color
|
||||
light 0 50 0 0.3 0.3 0.3
|
||||
light 50 50 50 0.3 0.3 0.3
|
||||
light -50 50 50 0.3 0.3 0.3
|
||||
|
||||
# spheres: center, radius, material
|
||||
sphere 0.0 1.0 0.0 1.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 1.0 100.0 0.2
|
||||
sphere -1.0 0.5 2.0 0.5 0.0 1.0 0.0 0.0 1.0 0.0 1.0 1.0 1.0 200.0 0.2
|
||||
sphere 3.0 2.0 1.5 2.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 1.0 1.0 50.0 0.2
|
||||
|
||||
# planes: center, normal, material
|
||||
plane 0 0 0 0 1 0 0.2 0.2 0.2 0.2 0.2 0.2 0.0 0.0 0.0 100.0 0.1
|
Reference in New Issue
Block a user