#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. |
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.
a_mesh | Mesh in which image file is loaded | |
a_fileName | Name of image file. |