ComplexMesh(MeshProvider * meshProvider, PrimitiveFillManager * fillManager, const Matrix2F& viewMatrix, float morphRatio = 0, unsigned layer = 0, unsigned mesgGenFlags = 0);
ComplexMesh constructor.
Parameters |
Description |
MeshProvider * meshProvider |
Pointer to the MeshProvider which provides the vertex data for the created mesh. |
PrimitiveFillManager * fillManager |
Pointer to the PrimitiveFillManager for the fill primitives. |
const Matrix2F& viewMatrix |
ViewMatrix used for shape tessellation. |
float morphRatio = 0 |
The morph ratio for shapes. |
unsigned layer = 0 |
Layers for storing the shape meshes. |
unsigned mesgGenFlags = 0 |
The flag set for mesh generation. |