Point Geometry Description
compressedAttributes
Important:
- Attribute that are present are stored continuously in the corresponding geometry buffers.
- Point Geometry are always compressed
Property | Type | Description |
---|---|---|
compressedAttributes | compressedAttributes | Compressed attributes. Cannot be combined with any other attributes. |
{
"geometryBuffers": {
"compressedAttributes": {
"encoding": "draco",
"attributes": [
"position",
"feature-index"
]
}
}
}