CFileLoader3DS.h File Reference

The following file provides a parser to load 3d images supporting the 3d studio max format. More...

#include "CMatrix3d.h"
#include "CVector3d.h"
#include "CVertex.h"
#include "CTriangle.h"
#include "CMesh.h"
#include "CMaterial.h"
#include "CTexture2D.h"
#include "CWorld.h"
#include "CLight.h"
#include <string>
#include <vector>
#include <stdio.h>

Functions

bool cLoadFile3DS (cMesh *iMesh, const string &iFileName)
 Load a 3d image by providing a filename and mesh in which object is loaded.


Detailed Description

The following file provides a parser to load 3d images supporting the 3d studio max format.


Function Documentation

bool cLoadFile3DS ( cMesh a_mesh,
const string &  a_fileName 
)

Load a 3d image by providing a filename and mesh in which object is loaded.

Load a 3d studio max 3ds file format image into a mesh.

Parameters:
a_mesh Mesh in which image file is loaded
a_fileName Name of image file.
Returns:
Return true if image was loaded successfully, otherwise return false.


Generated on Mon Jun 11 09:41:46 2007 for CHAI 3D by  doxygen 1.5.2