-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene_gtest.json
More file actions
56 lines (56 loc) · 1.11 KB
/
scene_gtest.json
File metadata and controls
56 lines (56 loc) · 1.11 KB
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
{
"renderSettings": {
"xres": 512,
"yres": 512,
"worker_count": 8,
"bounce_count": 10,
"ambient_ray_count": 0,
"ambient_coefficient": 0.7,
"ambient_occlusion": false,
"sampling_type": 0,
"accelerator_type": 2
},
"accelerator_types": ["ListAccelerator", "BVHAccelerator", "KDTreeAccelerator"],
"sampling_types": ["cosine_weighted", "grid", "grid_cosine_importance"],
"camera": {
"posX": 0.0,
"posY": 0.0,
"posZ": 100.0,
"dirX": 0.0,
"dirY": 0.0,
"dirZ": -1,
"upX": 0.0,
"upY": 1.0,
"upZ": 0.0,
"focalLength": 1.6,
"fov": 60
},
"materials": [],
"generators": [
{
"type": "ProceduralSphereGenerator",
"radius": {
"min": 1,
"max": 2
},
"count": 5000,
"seed": 15,
"boundary": {
"min": {
"x": -1000,
"y": -1000,
"z": -1000
},
"max": {
"x": 1000,
"y": 1000,
"z": 1000
}
},
"shader": "Shader"
}
],
"lights": [],
"spheres": [],
"meshes": []
}