|
ReTo
0.3.7
|
Class to read obj mesh files. More...
#include <ObjParser.h>
Collaboration diagram for reto::ObjParser:Public Member Functions | |
| ObjParser (void) | |
| ObjParser constructor. | |
| Model | loadObj (const std::string &filename, bool calculateTangAndBi=false) |
| Load new obj file. More... | |
Class to read obj mesh files.
Definition at line 55 of file ObjParser.h.
| Model reto::ObjParser::loadObj | ( | const std::string & | filename, |
| bool | calculateTangAndBi = false |
||
| ) |
Load new obj file.
| filename | Wavefront OBJ file route. |
| calculateTangAndBi | Calculate tangents and bitangents for object. |