MeshLoaderOBJ Class Reference
Loads OBJ meshes from an external source ('.obj' file extension). Wrapper around obj-parser-0.1. More...
#include <MeshLoaderOBJ.h>
Inheritance diagram for MeshLoaderOBJ:

Public Member Functions | |
| MeshLoaderOBJ (MeshData &outData) | |
Protected Member Functions | |
| virtual bool | _load (std::istream &istream, MeshData &outData) |
| Format-specific mesh loading from an ifstream (input file stream). | |
Protected Attributes | |
| MeshData & | _data |
Detailed Description
Loads OBJ meshes from an external source ('.obj' file extension). Wrapper around obj-parser-0.1.
- Date:
- Spring 2008
Definition at line 25 of file MeshLoaderOBJ.h.
Constructor & Destructor Documentation
| MeshLoaderOBJ::MeshLoaderOBJ | ( | MeshData & | outData | ) | [inline] |
Definition at line 27 of file MeshLoaderOBJ.h.
Member Function Documentation
| bool MeshLoaderOBJ::_load | ( | std::istream & | fileStream, | |
| MeshData & | outData | |||
| ) | [protected, virtual] |
Format-specific mesh loading from an ifstream (input file stream).
- Returns:
- true on success with loaded data in outData, false otherwise
Implements MeshLoader.
Definition at line 21 of file MeshLoaderOBJ.cpp.
Member Data Documentation
MeshData& MeshLoaderOBJ::_data [protected] |
Definition at line 47 of file MeshLoaderOBJ.h.
The documentation for this class was generated from the following files:
Generated on 28 Feb 2009 for Milton by
1.5.6