Loads a Wavefront OBJ file.
More...
#include <vlOBJ.hpp>
List of all members.
Detailed Description
Loads a Wavefront OBJ file.
Member Function Documentation
| const std::vector<fvec4>& vl::ObjLoader::vertexArray |
( |
) |
const [inline] |
| const std::vector<fvec3>& vl::ObjLoader::normalArray |
( |
) |
const [inline] |
| const std::vector<fvec3>& vl::ObjLoader::texCoordsArray |
( |
) |
const [inline] |
| const std::map< std::string, ref<ObjMaterial> >& vl::ObjLoader::materials |
( |
) |
const [inline] |
| const std::vector< ref<ObjMesh> >& vl::ObjLoader::meshes |
( |
) |
const [inline] |
| std::vector<fvec4>& vl::ObjLoader::vertexArray |
( |
) |
[inline] |
| std::vector<fvec3>& vl::ObjLoader::normalArray |
( |
) |
[inline] |
| std::vector<fvec3>& vl::ObjLoader::texCoordsArray |
( |
) |
[inline] |
| std::map< std::string, ref<ObjMaterial> >& vl::ObjLoader::materials |
( |
) |
[inline] |
| std::vector< ref<ObjMesh> >& vl::ObjLoader::meshes |
( |
) |
[inline] |
Loads a Wavefront OBJ file.
- Parameters:
-
| file | The OBJ file to be loaded |
Loads a Wavefront MTL file.
- Parameters:
-
| file | The MTL file to be loaded |
| materials | Is filled with the loaded materials |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/vlOBJ.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/vlOBJ.cpp