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:

MeshLoader

List of all members.

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.

Author:
Travis Fischer (fisch0920@gmail.com)

Matthew Jacobs (jacobs.mh@gmail.com)

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

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 doxygen 1.5.6