Parses Wavefront .obj files and extracts vertices, normals, UVs, and submeshes.
More...
#include <objLoader.h>
|
| static std::vector< std::string > | splitString (const std::string &str) |
Parses Wavefront .obj files and extracts vertices, normals, UVs, and submeshes.
◆ ObjLoader()
| copakond::ObjLoader::ObjLoader |
( |
const std::string & | fileName, |
|
|
bool | normalizeCoord ) |
◆ getFaces()
| const std::vector< unsigned int > & copakond::ObjLoader::getFaces |
( |
| ) |
const |
|
inline |
◆ getNormals()
| const std::vector< float > & copakond::ObjLoader::getNormals |
( |
| ) |
const |
|
inline |
◆ getSubMeshes()
| const std::vector< SubMesh > & copakond::ObjLoader::getSubMeshes |
( |
| ) |
const |
|
inline |
◆ getUvs()
| const std::vector< float > & copakond::ObjLoader::getUvs |
( |
| ) |
const |
|
inline |
◆ getVertices()
| const std::vector< float > & copakond::ObjLoader::getVertices |
( |
| ) |
const |
|
inline |
◆ splitString()
| std::vector< std::string > copakond::ObjLoader::splitString |
( |
const std::string & | str | ) |
|
|
static |
The documentation for this class was generated from the following files: