Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

graphics
Class CColladaManager

   in ColladaManager.h
   in ColladaManager.cpp

class CColladaManager


Inner Classes, Typedefs, and Enums
enum CColladaManager::FileType
          
 
Field Summary
private CColladaManagerImpl* m
          
 
Constructor Summary
CColladaManager()
          
~CColladaManager()
          
 
Method Summary
 CStr8 GetLoadableFilename( const CStr8& sourceName, CColladaManager::FileType type )
          Returns the VFS path to a PMD/PSA file for the given source file.
 CStr GetLoadableFilename( const CStr& sourceName, CColladaManager::FileType type )
          
 

Field Detail

m

private CColladaManagerImpl* m;


Constructor Detail

CColladaManager

public CColladaManager();

~CColladaManager

public ~CColladaManager();


Method Detail

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 );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD