-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCeilingFloorBox.scn
More file actions
executable file
·34 lines (34 loc) · 930 Bytes
/
CeilingFloorBox.scn
File metadata and controls
executable file
·34 lines (34 loc) · 930 Bytes
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
{
"name":"ceilingfloorbox",
"receiver":[5, 1.5, 0],
"source":[-5, 1.5, 0],
"children":[
{
"mesh":"meshes/square.off",
"color":[0.8, 0.8, 0.8],
"rcoeff":0.5,
"transform":[20, 0, 0, 0,
0, 20, 0, 0,
0, 0, 20, 0,
0, 0, 0, 1]
},
{
"mesh":"meshes/square.off",
"color":[0.8, 0.8, 0.8],
"rcoeff":0.5,
"transform":[20, 0, 0, 0,
0, 20, 0, 5,
0, 0, 20, 0,
0, 0, 0, 1]
},
{
"mesh":"meshes/box.off",
"color":[0, 0.5, 0.5],
"rcoeff":0.5,
"transform":[1, 0, 0, 3,
0, 1, 0, 1.5,
0, 0, 1, 0,
0, 0, 0, 1]
}
]
}