struct ArrayDescriptor
Defined in:
The C4Mesh.h
ArrayDescriptor
structure contains information about a geometrical array.
Definition
struct ArrayDescriptor
Data Members
int32 identifier; |
The array identifier. |
int32 elementCount; |
The number of elements in the array. |
int16 elementSize; |
The size of each element in the array, in bytes. |
int16 componentCount; |
The number of vector components used by each element in the array. |