DrawMode
Deletes the geometry, program and VAO extension associated with the Mesh
Renders the mesh
Assign camera projection matrix and view matrix to model uniforms
Sets rotation
Sets scale
Set uniform value. Query the uniform location if necessary and cache it in-memory for future use
Name of attribute. Must match attribute name in your GLSL program
Index to start updating your typed array from
How many items are to be updated
The whole or partial array to update your attribute with
Update model matrix with scale, rotation and translation
Binds the program
Generated using TypeDoc
Mesh class for holding the geometry, program and shaders for an object.