Public Member Functions | |
| D_NEWTON_API bool | LoadScene (const char *const path) |
| D_NEWTON_API void | SaveModel (const char *const path, const ndModel *const model) |
| D_NEWTON_API void | SaveScene (const char *const path, const ndWorld *const world, const ndWordSettings *const setting) |
Public Member Functions inherited from ndClassAlloc | |
| ndClassAlloc () | |
| Empty default constructor. | |
| ~ndClassAlloc () | |
| Empty. | |
Public Attributes | |
| ndWordSettings * | m_setting |
| ndBodyLoaderCache | m_bodyMap |
| ndJointLoaderCache | m_jointMap |
| ndModelLoaderCache | m_modelMap |
Additional Inherited Members | |
Static Public Member Functions inherited from ndClassAlloc | |
| D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * | Malloc (size_t size) |
| Generic allocation for any function subclass from ndClassAlloc. | |
| static D_CORE_API void | Free (void *const ptr) |
| Generic destruction for any function subclass from ndClassAlloc. | |