#include <Keos3DSLoader.h>
Inheritance diagram for Keos::C3DSLoader:

Public Member Functions | |
| C3DSLoader () | |
| virtual CMesh * | LoadFromFile (const String &strFilename) |
| Load a mesh from a file. | |
Classes | |
| struct | TChunk |
| This holds the chunk info. | |
| struct | TFace |
| struct | TGeom |
| This holds a list of face and the corresponding materialID. | |
Definition at line 33 of file Keos3DSLoader.h.
| Keos::C3DSLoader::C3DSLoader | ( | ) |
Definition at line 36 of file Keos3DSLoader.cpp.
Load a mesh from a file.
| strFilename | Name of the file to be loaded. |
Reimplemented from Keos::ILoader< T >.
Definition at line 46 of file Keos3DSLoader.cpp.
References CHUNK_PRIMARY, Keos::CMesh::ComputeNormals(), LOADINGFAILED_EXCEPT, and Keos::ILogger::Log().
1.5.1-p1