ReadonlyaabbReturns the maximum value in each dimension of the axis-aligned bounding box containing this mesh.
ReadonlyaabbReturns the minimum value in each dimension of the axis-aligned bounding box containing this mesh.
The RenderObjectProvider for this RenderMesh, which can provide more controls depending on the mesh type. See also: FaceRenderObjectProvider
ReadonlyindexThe index data type used by this mesh.
The name of the Asset in Lens Studio.
ReadonlytopologyThe topology type used by this mesh.
ReadonlyuniqueGet the bone inverse matrices on the mesh
Get the bone names on the mesh.
Returns a variant containing either a vector of 16-bit or 32-bit unsigned integers representing the indices of the mesh, or an empty state if no indices are present.
Returns the name of this object's type.
Returns a typed array containing vertex data for the specified attribute. More efficient than extractVerticesForAttribute as it uses Float32Array instead of Number[].
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Represents a mesh asset.
See
Example