Exports WoW models to Wavefront OBJ format with accompanying MTL material files.
More...
#include <OBJExporter.h>
Exports WoW models to Wavefront OBJ format with accompanying MTL material files.
Definition at line 39 of file OBJExporter.h.
◆ OBJExporter()
| OBJExporter::OBJExporter |
( |
| ) |
|
|
default |
◆ ~OBJExporter()
| OBJExporter::~OBJExporter |
( |
| ) |
|
|
default |
◆ exportModel()
| bool OBJExporter::exportModel |
( |
Model * |
m, |
|
|
std::wstring |
file |
|
) |
| |
|
virtual |
◆ exportModelMaterials()
| bool OBJExporter::exportModelMaterials |
( |
WoWModel * |
model, |
|
|
std::ofstream & |
file, |
|
|
std::string |
mtlFile |
|
) |
| const |
|
private |
◆ exportModelVertices()
| bool OBJExporter::exportModelVertices |
( |
WoWModel * |
model, |
|
|
std::ofstream & |
file, |
|
|
int & |
counter, |
|
|
glm::mat4 |
m = glm::mat4(1.0), |
|
|
glm::vec3 |
pos = glm::vec3(0.0f) |
|
) |
| const |
|
private |
◆ fileSaveFilter()
| std::wstring OBJExporter::fileSaveFilter |
( |
| ) |
const |
|
virtual |
◆ fileSaveTitle()
| std::wstring OBJExporter::fileSaveTitle |
( |
| ) |
const |
|
virtual |
◆ menuLabel()
| std::wstring OBJExporter::menuLabel |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: