Class Index | File Index

Classes


Namespace sandboxe.mesh


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Collection of functions and references to work with mesh objects.
Method Summary
Method Attributes Method Name and Description
<static>  
sandboxe.mesh.create()
Creates a new mesh object, which hold raw 3d data to be given to renderMesh components for drawing.
<static>  
sandboxe.mesh.createCube()
Returns a pre-build mesh representing a cube.
<static>  
sandboxe.mesh.createSquare()
Returns a pre-build mesh representing a flat square.
Namespace Detail
sandboxe.mesh
Collection of functions and references to work with mesh objects.
Method Detail
<static> {mesh} sandboxe.mesh.create()
Creates a new mesh object, which hold raw 3d data to be given to renderMesh components for drawing.
Returns:
{mesh}

<static> {mesh} sandboxe.mesh.createCube()
Returns a pre-build mesh representing a cube.
Returns:
{mesh} A newly made mesh.

<static> {mesh} sandboxe.mesh.createSquare()
Returns a pre-build mesh representing a flat square.
Returns:
{mesh} A newly made mesh.

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