Namespace sandboxe.mesh.vertexAttribute
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Denotation of vertex data type.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
sandboxe.mesh.vertexAttribute.normal
he normal vector of the vertex.
|
<static> |
sandboxe.mesh.vertexAttribute.position
Position of the vertex.
|
<static> |
sandboxe.mesh.vertexAttribute.userData
User-defined data.
|
<static> |
sandboxe.mesh.vertexAttribute.uv
The texture cooridates of the vertex.
|
Field Detail
<static>
sandboxe.mesh.vertexAttribute.normal
he normal vector of the vertex. 3 components: xyz.
<static>
sandboxe.mesh.vertexAttribute.position
Position of the vertex. 3 components: xyz.
<static>
sandboxe.mesh.vertexAttribute.userData
User-defined data. 3 components: xyz.
<static>
sandboxe.mesh.vertexAttribute.uv
The texture cooridates of the vertex. 2 components: xy.