#include "math/CMatrix3d.h"
#include "math/CVector3d.h"
#include "graphics/CVertex.h"
#include "graphics/CTriangle.h"
#include "graphics/CMaterial.h"
#include "graphics/CTexture2D.h"
#include "scenegraph/CMesh.h"
#include "scenegraph/CWorld.h"
#include "scenegraph/CLight.h"
#include <string>
#include <stdio.h>
#include <map>
Go to the source code of this file.
Functions | |
bool | cLoadFileOBJ (cMesh *iMesh, const string &iFileName) |
Loads a OBJ image by providing a filename and mesh in which object is loaded. | |
Variables | |
bool | g_objLoaderShouldGenerateExtraVertices |
Clients can use this to tell the obj loader how to behave in terms of vertex merging.
If true (default), loaded obj files will have three _distinct_ vertices per triangle, with no vertex re-use.