#include <stl_loader.h>
|
bool | load (const std::string &path) |
|
bool | load (uint8_t *buffer, const size_t num_bytes, const std::string &origin) |
|
| STLLoader () |
|
Ogre::MeshPtr | toMesh (const std::string &name) |
|
| ~STLLoader () |
|
Definition at line 42 of file stl_loader.h.
ogre_tools::STLLoader::STLLoader |
( |
| ) |
|
ogre_tools::STLLoader::~STLLoader |
( |
| ) |
|
bool ogre_tools::STLLoader::load |
( |
const std::string & |
path | ) |
|
bool ogre_tools::STLLoader::load |
( |
uint8_t * |
buffer, |
|
|
const size_t |
num_bytes, |
|
|
const std::string & |
origin |
|
) |
| |
bool ogre_tools::STLLoader::load_binary |
( |
uint8_t * |
buffer | ) |
|
|
protected |
Ogre::MeshPtr ogre_tools::STLLoader::toMesh |
( |
const std::string & |
name | ) |
|
The documentation for this class was generated from the following files: