SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <fstream>
#include <map>
#include <SL.h>
#include <SLAnimation.h>
#include <SLEnums.h>
#include <SLMesh.h>
Go to the source code of this file.
Classes | |
class | SLImporter |
Interface for 3D file format importer implementations. More... | |
Typedefs | |
typedef std::map< int, SLMesh * > | SLMeshMap |
Definition in file SLImporter.h.
Definition at line 62 of file SLImporter.h.
enum SLPostProcessSteps |
Copy of the aiPostProcessStep enum for usage in the wrapper load function.
Definition at line 31 of file SLImporter.h.