Skip to content

Commit a311923

Browse files
committed
Added example scenes
1 parent 6ab1db7 commit a311923

File tree

7 files changed

+1063
-0
lines changed

7 files changed

+1063
-0
lines changed
Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,300 @@
1+
{
2+
"media": [],
3+
"bsdfs": [
4+
{
5+
"name": "leftWall",
6+
"albedo": [
7+
0.63,
8+
0.065,
9+
0.05
10+
],
11+
"type": "lambert"
12+
},
13+
{
14+
"name": "rightWall",
15+
"albedo": [
16+
0.14,
17+
0.45,
18+
0.091
19+
],
20+
"type": "lambert"
21+
},
22+
{
23+
"name": "floor",
24+
"albedo": [
25+
0.725,
26+
0.71,
27+
0.68
28+
],
29+
"type": "lambert"
30+
},
31+
{
32+
"name": "ceiling",
33+
"albedo": [
34+
0.725,
35+
0.71,
36+
0.68
37+
],
38+
"type": "lambert"
39+
},
40+
{
41+
"name": "backWall",
42+
"albedo": [
43+
0.725,
44+
0.71,
45+
0.68
46+
],
47+
"type": "lambert"
48+
},
49+
{
50+
"name": "shortBox",
51+
"albedo": [
52+
0.725,
53+
0.71,
54+
0.68
55+
],
56+
"type": "lambert"
57+
},
58+
{
59+
"name": "tallBox",
60+
"albedo": [
61+
0.725,
62+
0.71,
63+
0.68
64+
],
65+
"type": "lambert"
66+
},
67+
{
68+
"name": "light",
69+
"albedo": 1,
70+
"type": "null"
71+
}
72+
],
73+
"primitives": [
74+
{
75+
"name": "floor",
76+
"transform": {
77+
"scale": [
78+
2,
79+
4,
80+
2
81+
],
82+
"rotation": [
83+
0,
84+
90,
85+
0
86+
]
87+
},
88+
"type": "quad",
89+
"bsdf": "floor"
90+
},
91+
{
92+
"name": "ceiling",
93+
"transform": {
94+
"position": [
95+
0,
96+
2,
97+
0
98+
],
99+
"scale": [
100+
2,
101+
4,
102+
2
103+
],
104+
"rotation": [
105+
0,
106+
0,
107+
-180
108+
]
109+
},
110+
"type": "quad",
111+
"bsdf": "ceiling"
112+
},
113+
{
114+
"name": "backWall",
115+
"transform": {
116+
"position": [
117+
0,
118+
1,
119+
-1
120+
],
121+
"scale": [
122+
2,
123+
4,
124+
2
125+
],
126+
"rotation": [
127+
0,
128+
90,
129+
90
130+
]
131+
},
132+
"type": "quad",
133+
"bsdf": "backWall"
134+
},
135+
{
136+
"name": "rightWall",
137+
"transform": {
138+
"position": [
139+
1,
140+
1,
141+
0
142+
],
143+
"scale": [
144+
2,
145+
4,
146+
2
147+
],
148+
"rotation": [
149+
0,
150+
180,
151+
90
152+
]
153+
},
154+
"type": "quad",
155+
"bsdf": "rightWall"
156+
},
157+
{
158+
"name": "leftWall",
159+
"transform": {
160+
"position": [
161+
-1,
162+
1,
163+
0
164+
],
165+
"scale": [
166+
2,
167+
4,
168+
2
169+
],
170+
"rotation": [
171+
0,
172+
0,
173+
90
174+
]
175+
},
176+
"type": "quad",
177+
"bsdf": "leftWall"
178+
},
179+
{
180+
"name": "shortBox",
181+
"transform": {
182+
"position": [
183+
0.328631,
184+
0.3,
185+
0.374592
186+
],
187+
"scale": [
188+
0.594811,
189+
0.604394,
190+
0.6
191+
],
192+
"rotation": [
193+
90,
194+
90,
195+
-163.36
196+
]
197+
},
198+
"type": "cube",
199+
"bsdf": "shortBox"
200+
},
201+
{
202+
"name": "tallBox",
203+
"transform": {
204+
"position": [
205+
-0.335439,
206+
0.6,
207+
-0.291415
208+
],
209+
"scale": [
210+
0.607289,
211+
0.597739,
212+
1.2
213+
],
214+
"rotation": [
215+
90,
216+
180,
217+
160.812
218+
]
219+
},
220+
"type": "cube",
221+
"bsdf": "tallBox"
222+
},
223+
{
224+
"name": "light",
225+
"transform": {
226+
"position": [
227+
-0.005,
228+
1.98,
229+
-0.03
230+
],
231+
"scale": [
232+
0.47,
233+
0.1786,
234+
0.38
235+
],
236+
"rotation": [
237+
0,
238+
180,
239+
180
240+
]
241+
},
242+
"emission": [
243+
17,
244+
12,
245+
4
246+
],
247+
"type": "quad",
248+
"bsdf": "light"
249+
}
250+
],
251+
"camera": {
252+
"tonemap": "filmic",
253+
"resolution": [
254+
1000,
255+
563
256+
],
257+
"reconstruction_filter": "tent",
258+
"transform": {
259+
"position": [
260+
0,
261+
1,
262+
6.8
263+
],
264+
"look_at": [
265+
0,
266+
1,
267+
0
268+
],
269+
"up": [
270+
0,
271+
1,
272+
0
273+
]
274+
},
275+
"type": "pinhole",
276+
"fov": 35
277+
},
278+
"integrator": {
279+
"type": "path_tracer",
280+
"min_bounces": 0,
281+
"max_bounces": 64,
282+
"enable_consistency_checks": false,
283+
"enable_two_sided_shading": true,
284+
"enable_light_sampling": true,
285+
"enable_volume_light_sampling": true
286+
},
287+
"renderer": {
288+
"output_file": "TungstenRender.png",
289+
"resume_render_file": "TungstenRenderState.dat",
290+
"overwrite_output_files": false,
291+
"adaptive_sampling": false,
292+
"enable_resume_render": false,
293+
"stratified_sampler": false,
294+
"scene_bvh": true,
295+
"spp": 64,
296+
"spp_step": 16,
297+
"checkpoint_interval": "0",
298+
"timeout": "0"
299+
}
300+
}

data/example-scenes/hair/curl.fiber

10.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)