-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcornell_box.yaml
70 lines (59 loc) · 1.19 KB
/
cornell_box.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
objects:
- type: sphere
center: [-0.5, -1, -5]
radius: 1.7
color: [0.5, 0.5, 0.5]
material: "REFLECTION_AND_REFRACTION"
#
#- type: sphere
# center: [ -2, 2, -10 ]
# radius: 2
# color: [ 0.5, 0.5, 0.5 ]
# material: "REFLECTION_AND_REFRACTION"
#- type: sphere
# center: [2, -1, -12]
# radius: 3
# color: [0.5, 0.5, 0.5]
# material: "METAL"
#floor
- type: plane
up_left: [-5, -5, -6]
up_right: [5,-5,-6]
down_right: [5,-5,-16]
down_left: [-5,-5,-16]
material: "DIFFUSE_AND_GLOSSY"
#back wall
- type: plane
up_left: [-5, -5, -16]
up_right: [5,-5,-16]
down_right: [5,5,-16]
down_left: [-5,5,-16]
material: "DIFFUSE_AND_GLOSSY"
#left wall
- type: plane
up_left: [-5, -5, -6]
up_right: [-5,-5,-16]
down_right: [-5,5,-16]
down_left: [-5,5,-6]
material: "DIFFUSE_AND_GLOSSY"
#right wall
- type: plane
up_left: [5, -5, -6]
up_right: [5, 5,-6]
down_right: [5,5,-16]
down_left: [5,-5,-16]
material: "DIFFUSE_AND_GLOSSY"
#ceiling
- type: plane
up_left: [-5, 5, -6]
up_right: [-5,5,-16]
down_right: [5,5,-16]
down_left: [5,5,-6]
material: "DIFFUSE_AND_GLOSSY"
#
#mesh cow
#- type: mesh
# material: "COW"
#bezier
- type: bezier
material: "POT"