-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathPropertyAttributesPointCloudTree.gltf
115 lines (115 loc) · 2.45 KB
/
PropertyAttributesPointCloudTree.gltf
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"extensions" : {
"EXT_structural_metadata" : {
"schemaUri" : "MetadataSchema.json",
"propertyAttributes" : [ {
"class" : "exampleMetadataClass",
"properties" : {
"intensity" : {
"attribute" : "_INTENSITY"
},
"classification" : {
"attribute" : "_CLASSIFICATION"
}
}
} ]
}
},
"extensionsUsed" : [ "EXT_structural_metadata" ],
"accessors" : [ {
"bufferView" : 0,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 6876,
"type" : "VEC3",
"max" : [ 4.845, 7.446, 0.0 ],
"min" : [ 0.0, 0.0, 0.0 ]
}, {
"bufferView" : 1,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 6876,
"type" : "VEC3",
"max" : [ 1.0, 0.9911021, 0.9911021 ],
"min" : [ 0.009721218, 0.15896083, 0.036889452 ]
}, {
"bufferView" : 2,
"byteOffset" : 0,
"componentType" : 5126,
"count" : 6876,
"type" : "SCALAR",
"max" : [ 0.5 ],
"min" : [ 0.0 ]
}, {
"bufferView" : 3,
"byteOffset" : 0,
"componentType" : 5123,
"count" : 6876,
"type" : "SCALAR",
"max" : [ 0 ],
"min" : [ 0 ]
} ],
"asset" : {
"generator" : "JglTF from https://github.com/javagl/JglTF",
"version" : "2.0"
},
"buffers" : [ {
"uri" : "PropertyAttributesPointCloudTree.bin",
"byteLength" : 220032
} ],
"bufferViews" : [ {
"buffer" : 0,
"byteOffset" : 0,
"byteLength" : 82512,
"target" : 34962
}, {
"buffer" : 0,
"byteOffset" : 82512,
"byteLength" : 82512,
"target" : 34962
}, {
"buffer" : 0,
"byteOffset" : 165024,
"byteLength" : 27504,
"target" : 34962
}, {
"buffer" : 0,
"byteOffset" : 192528,
"byteLength" : 27504,
"byteStride" : 4,
"target" : 34962
} ],
"materials" : [ {
"pbrMetallicRoughness" : {
"baseColorFactor" : [ 1.0, 1.0, 1.0, 1.0 ],
"metallicFactor" : 0.0,
"roughnessFactor" : 1.0
},
"alphaMode" : "OPAQUE",
"doubleSided" : true
} ],
"meshes" : [ {
"primitives" : [ {
"extensions" : {
"EXT_structural_metadata" : {
"propertyAttributes" : [ 0 ]
}
},
"attributes" : {
"POSITION" : 0,
"COLOR_0" : 1,
"_INTENSITY" : 2,
"_CLASSIFICATION" : 3
},
"material" : 0,
"mode" : 0
} ]
} ],
"nodes" : [ {
"mesh" : 0
} ],
"scene" : 0,
"scenes" : [ {
"nodes" : [ 0 ]
} ]
}