Public Member Functions | |
cMeshLoaderCollada (iLowLevelGraphics *apLowLevelGraphics) | |
cMesh * | LoadMesh (const tString &asFile, tMeshLoadFlag aFlags) |
bool | SaveMesh (cMesh *apMesh, const tString &asFile) |
cWorld3D * | LoadWorld (const tString &asFile, cScene *apScene, tWorldLoadFlag aFlags) |
cAnimation * | LoadAnimation (const tString &asFile) |
bool | IsSupported (const tString asFileType) |
void | AddSupportedTypes (tStringVec *avFileTypes) |
Public Member Functions inherited from hpl::iMeshLoader | |
iMeshLoader (iLowLevelGraphics *apLowLevelGraphics) | |
Additional Inherited Members | |
Static Public Member Functions inherited from hpl::iMeshLoader | |
static void | SetRestricStaticLightToSector (bool abX) |
static void | SetUseFastMaterial (bool abX) |
Protected Attributes inherited from hpl::iMeshLoader | |
cMaterialManager * | mpMaterialManager |
cMeshManager * | mpMeshManager |
cAnimationManager * | mpAnimationManager |
iLowLevelGraphics * | mpLowLevelGraphics |
cSystem * | mpSystem |
Static Protected Attributes inherited from hpl::iMeshLoader | |
static bool | mbRestricStaticLightToSector |
static bool | mbUseFastMaterial |