Public Member Functions | |
| bool | Init (IND_Render *pRender) |
| void | End () |
| bool | Add (IND_3dMesh *pNew3dMesh, char *pName, char *pPath) |
| bool | Delete (IND_3dMesh *pMe) |
| bool IND_3dMeshManager::Init | ( | IND_Render * | pRender | ) |
Parameters:
This function returns 1 (true) if the adminstrator is successfully initialized. Must be called before using any method.
| void IND_3dMeshManager::End | ( | ) |
Operation:
This function frees the manager and all the objects that it contains.
| bool IND_3dMeshManager::Add | ( | IND_3dMesh * | pNew3dMesh, | |
| char * | pName, | |||
| char * | pPath | |||
| ) |
Parameters:
This function adds a 3d Mesh from a .x file. You can use IND_Entity3d in order to display the 3d mesh in the screen and to change its attributes.
| bool IND_3dMeshManager::Delete | ( | IND_3dMesh * | pMe | ) |
Parameters:
This function returns 1 (true) if the 3d Mesh object passed as parameter exists and it is deleted from the manager successfully.
1.5.4