#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 43 of file stl_loader.h.
◆ V_Triangle
◆ STLLoader()
ogre_tools::STLLoader::STLLoader |
( |
| ) |
|
◆ ~STLLoader()
ogre_tools::STLLoader::~STLLoader |
( |
| ) |
|
◆ load() [1/2]
bool ogre_tools::STLLoader::load |
( |
const std::string & |
path | ) |
|
◆ load() [2/2]
bool ogre_tools::STLLoader::load |
( |
uint8_t * |
buffer, |
|
|
const size_t |
num_bytes, |
|
|
const std::string & |
origin |
|
) |
| |
◆ load_binary()
bool ogre_tools::STLLoader::load_binary |
( |
uint8_t * |
buffer | ) |
|
|
protected |
◆ toMesh()
Ogre::MeshPtr ogre_tools::STLLoader::toMesh |
( |
const std::string & |
name | ) |
|
◆ triangles_
The documentation for this class was generated from the following files: