<MeshGeometry> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » MeshGeometry

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetColorGets the vertex color at the specified index.
int32GetColorCountReturns the number of color attributes. This may not match the number of vertices in the mesh since Scenome API mesh vertex format is highly optimized.
int32GetNormalGets the vertex normal at the specified index.
int32GetNormalCountReturns the number of normal attributes. This may not match the number of vertices in the mesh since Scenome API mesh vertex format is highly optimized.
int32GetPositionGets the vertex position at the specified index.
int32GetTexcoordGets the vertex texture coordinate at the specified index.
int32GetTexcoordCountReturns the number of vertex texture coordinate attributes. This may not match the number of vertices in the mesh since Scenome API mesh vertex format is highly optimized.
int32GetVertexCountReturns the number of vertices in the mesh.
int32SetColorSets the vertex color at the specified index.
int32SetNormalSets the vertex normal at the specified index.
int32SetPositionSets the vertex position at the specified index.
int32SetTexcoordSets the vertex texture coordinate at the specified index.