Slide 21
Slide 21 text
Semantics surfaces, with attributes
21
“geometry": [
{
"type": "Solid",
“lod": 2.2,
"boundaries": [
[ [[0, 3, 2, 1]], [[4, 5, 6, 7]], [[0, 1, 5, 4]], [[1, 2, 6, 5]], [[2, 3, 7, 6]], [[3, 0, 4, 7]] ]
],
"semantics": {
"surfaces" : [
{
"type": "RoofSurface",
"slope": 33.4
},
{
"type": "RoofSurface",
"slope": 66.6
},
{
"type": "WallSurface",
"paint": "blue"
}
],
"values": [
[0, 1, null, 2, 2, 2]
]
}
]