forked from vkoskiv/c-ray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uvsphere.json
97 lines (97 loc) · 1.42 KB
/
uvsphere.json
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
{
"version": 1.0,
"renderer": {
"threads": 0,
"samples": 250,
"bounces": 30,
"antialiasing": true,
"tileWidth": 64,
"tileHeight": 64,
"tileOrder": "fromMiddle",
"outputFilePath": "output/",
"outputFileName": "rendered",
"fileType": "png",
"count": 0,
"width": 800,
"height": 800
},
"display": {
"isFullscreen": false,
"isBorderless": false,
"windowScale": 1.0
},
"camera": {
"FOV": 10.0,
"focalDistance": 0.7,
"fstops": 0,
"transforms": [
{
"type": "translate",
"x": 0,
"y": 0.1,
"z": -0.7
},
{
"type": "rotateX",
"degrees": 5
},
{
"type": "rotateZ",
"degrees": 0
}
]
},
"scene": {
"ambientColor": {
"hdr": "HDRs/roof_garden_1k.hdr",
"offset": 0,
"down": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"up": {
"r": 0.5,
"g": 0.7,
"b": 1.0
}
},
"primitives": [
{
"type": "sphere",
"instances": [
{
"transforms": [
{
"type": "rotateY",
"degrees": 110
},
{
"type": "translate",
"x": 0,
"y": 0.05,
"z": 0
}
]
}
],
"material": {
"type": "plastic",
"color": {
"path": "input/shapes/grid.png",
"transform": true
}
},
"color": {
"r": 0.8,
"g": 0.8,
"b": 0.8
},
"bsdf": "metal",
"roughness": 0.00,
"radius": 0.05
}
],
"meshes": []
}
}