-
Notifications
You must be signed in to change notification settings - Fork 1
/
cornell_box.scene
114 lines (98 loc) · 1.42 KB
/
cornell_box.scene
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Renderer
{
resolution 800 800
maxDepth 2
#envMap HDR/sunset.hdr
hdrMultiplier 2.0
}
Camera
{
position .276 .275 -.75
lookAt .276 .275 .10
fov 40
}
material ceiling_white
{
color 0.725 0.71 0.68
}
material back_wall_white
{
color 0.725 0.71 0.68
}
material floor_white
{
color 0.725 0.71 0.68
}
material small_box_white
{
color 0.725 0.71 0.68
}
material large_box_white
{
color 0.725 0.71 0.68
}
material red
{
color 0.63 0.065 0.05
}
material green
{
color 0.14 0.45 0.091
}
mesh
{
file cornell_box/cbox_ceiling.obj
material ceiling_white
position .278 .5488 .27955
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_floor.obj
material floor_white
position .2756 0 .2796
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_back.obj
material back_wall_white
position .2764 .2744 .5592
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_smallbox.obj
material small_box_white
position .1855 .0825 .169
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_largebox.obj
material large_box_white
position .3685 .165 .35125
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_greenwall.obj
material green
position 0 .2744 .2796
scale 0.01 0.01 0.01
}
mesh
{
file cornell_box/cbox_redwall.obj
material red
position .5536 .2744 .2796
scale 0.01 0.01 0.01
}
light
{
type Quad
position .34299999 .54779997 .22700010
v1 .34299999 .54779997 .33200008
v2 .21300001 .54779997 .22700010
emission 17 12 4
}