Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
CrystalSpace::ImportKit Class Reference
Crystal Space Import Kit. More...
#include <cstool/importkit.h>
Public Member Functions | |
ImportKit (iObjectRegistry *objectReg) | |
Initialize this kit. | |
Container * | OpenContainer (const char *filename, const char *path=0) |
Open a CrystalSpace container from filename (which can optionally be in the path relative to the current directory in path. | |
Classes | |
class | Container |
Contains multiple models. More... |
Detailed Description
Crystal Space Import Kit.A class wraps access to loader plugins and mesh factories to allow simple access to mesh data (albeit the returned data is limited compared to what the engine supports).
Definition at line 50 of file importkit.h.
Constructor & Destructor Documentation
|
Initialize this kit.
|
Member Function Documentation
|
Open a CrystalSpace container from filename (which can optionally be in the path relative to the current directory in path. Note that the path can contain up to 1 zip file). filename should point to a mesh library, meshfact file or world file; it is detected whether a file contains sensible data, so you can e.g. safely call this method for all files of a directory. |
The documentation for this class was generated from the following file:
- cstool/importkit.h
Generated for Crystal Space by doxygen 1.4.4