|
void | addLoader (GeometryLoaderPtr loader) |
| Add a geometry loader. More...
|
|
void | supportedExtensions (StringSet &extensions) |
| Get a list of extensions supported by the handler.
|
|
void | clearGeometry () |
| Clear all loaded geometry.
|
|
bool | hasGeometry (const string &location) |
|
void | getGeometry (MeshList &meshes, const string &location) |
|
bool | loadGeometry (const FilePath &filePath) |
| Load geometry from a given location.
|
|
const MeshList & | getMeshes () const |
| Get list of meshes.
|
|
const Vector3 & | getMinimumBounds () const |
| Return the minimum bounds for all meshes.
|
|
const Vector3 & | getMaximumBounds () const |
| Return the minimum bounds for all meshes.
|
|
Class which holds a set of geometry loaders.
Each loader is associated with a given set of file extensions.