|
Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
Inheritance diagram for oe::scene::loader::ObjModel:
Collaboration diagram for oe::scene::loader::ObjModel:Public Member Functions | |
| ObjModel (const std::string &filename) | |
| const std::map< std::string, std::vector< uint32_t > > & | getIndicesByParts () const |
| const bool & | hasNormals () |
| const bool & | hasTexcoords () |
| std::vector< oe::scene::Vertex > & | getVertices () |
| std::vector< uint32_t > & | getIndices () |