virtual void DrawProcessedComplexMeshes(ComplexMesh* complexMesh, const StrideArray<HMatrix>& matrices);
DrawProcessedComplexMeshes draws a range of complex meshes. Complex meshes represents multi-fill shape that is drawn and tessellated as a unit.
|
Parameters |
Description |
|
ComplexMesh* complexMesh |
Pointer to ComplexMesh which represents a multi-fill shape. |
|
const StrideArray<HMatrix>& matrices |
HMatrix which maps a unit rectangle to a bounding rectangle. |