Xface Core Library: XEngine::OBJLoader Class Reference

XFace / XEngine / XMath

XEngine::OBJLoader Class Reference
[XEngine]

#include <OBJLoader.h>

Inheritance diagram for XEngine::OBJLoader:

XEngine::IModelLoader List of all members.

Detailed Description

Author:
Koray Balci
Version:
1.0
Date:
April 2003
Loads Wavefront OBJ files, creates the scene graph nodes, and attaches them. Uses MeshManager class to register the meshes loaded.


Public Member Functions

std::list< boost::shared_ptr<
Drawable > > 
loadModel (const std::string &filename, const std::string &dir="./")

Member Function Documentation

std::list< boost::shared_ptr< Drawable > > XEngine::OBJLoader::loadModel const std::string &  filename,
const std::string &  dir = "./"
[virtual]
 

Pure virtual function for loader.

Parameters:
filename Name of the model file.
dir Path of the model file.
Returns:
the list of the names of meshes loaded.

Implements XEngine::IModelLoader.


The documentation for this class was generated from the following files:
Generated on Mon Aug 28 15:39:26 2006 for Xface Core Library by  doxygen 1.4.6-NO