A scalar or vector value.
pcsl::attributeInfo, pcsl::vertexAttributes
Property | Type | Description |
---|---|---|
valueType | string | Type of the attribute values after decompression, if applicable. Please note that string is not supported for point cloud scene layer attributes.Possible values are:
|
valuesPerElement | number | Number of components. |
Note: properties in bold are required
An unsigned 16 bit value.
{
"valueType": "UInt16",
"valuesPerElement": 1
}
The vector value can only be RGB-8 value.
{
"valueType": "UInt8",
"valuesPerElement": 3
}