MeshProvider::GetFillMatrix

MeshProvider::GetFillMatrix
virtual void GetFillMatrix(HAL* hal, MeshBase * mesh, Matrix2F* matrix, unsigned layer, unsigned fillIndex, unsigned meshGenFlags);
Description

GetFillMatrix obtains the fill matrix containing the transforms for the meshes.

Parameters
Parameters 
Description 
HAL* hal 
The renderer HAL
MeshBase * mesh 
Pointer to MeshBase for obtaining the mesh. 
Matrix2F* matrix 
The transform matrix with the desired position/rotation/scaling information. 
unsigned layer 
The number of layers for the shape. 
unsigned fillIndex 
The index of the independent fills. 
unsigned meshGenFlags 
The MeshGenFlags for accessing the mesh provider.