Position vertex attribute. Relative to the center of oriented-bounded box of the node.
Property | Type | Description |
---|---|---|
type | string | Vertex positions relative to Oriented-bounding-box center. Must be:
|
component | integer | Number of coordinates per vertex position. Must be 3. |
encoding | string | Encoding. Must be:
|
binding | string | Must be:
|
Note: properties in bold are required
{
"type": "Float32",
"component": 3
}