Class Index | File Index

Classes


Namespace sandboxe.mesh.vertexAttribute


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Denotation of vertex data type.
Field Summary
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.
Namespace Detail
sandboxe.mesh.vertexAttribute
Denotation of vertex data type.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:57 GMT-0500 (EST)