Mount Fuji Engine  0.8b
MF_API MFCollisionItem* MFCollision_CreateField ( const char *  pFieldName,
int  maximumItemCount,
const MFVector cellSize 
)

Creates a collisoin field.

Parameters
pFieldNameName of the collision field.
maximumItemCountMaximum number of items that can exist in the field.
cellSizeThe size of the cells in the x, y and z axiis.
Returns
A pointer to the newly created collision field.