graphics
Class CColladaManager
in ColladaManager.h
in ColladaManager.cpp
- class CColladaManager
m
private CColladaManagerImpl* m;
CColladaManager
public CColladaManager();
~CColladaManager
public ~CColladaManager();
GetLoadableFilename
public CStr8 GetLoadableFilename( const CStr8& sourceName, CColladaManager::FileType type );
- Returns the VFS path to a PMD/PSA file for the given source file.
Performs a (cached) conversion from COLLADA if necessary.
- Parameters:
sourceName
- path and name, minus extension, of file to load.
One of either "sourceName.pmd" or "sourceName.dae" should exist.
- Returns:
- full VFS path (including extension) of file to load; or empty
string if there was a problem and it could not be loaded.
GetLoadableFilename
CStr GetLoadableFilename( const CStr& sourceName, CColladaManager::FileType type );