MeshBase(MeshProvider * provider, const Matrix2F& viewMatrix, float morphRatio, unsigned layer, unsigned meshGenFlags);
MeshBase constructor.
Parameters |
Description |
MeshProvider * provider |
Pointer to the MeshProvider which provides vertex data for the mesh. |
const Matrix2F& viewMatrix |
The matrix to associate with the created mesh. |
float morphRatio |
The morph ratio for shape morphing. |
unsigned layer |
Number of layers in the shape meshes. |
unsigned meshGenFlags |
The MeshGenFlags used for accessing the MeshProvider. |