Starshatter_Open
Open source Starshatter engine
|
#include "stdafx.h"
#include "Magic.h"
#include "MagicDoc.h"
#include "ModelFileOBJ.h"
#include "Bitmap.h"
#include "Polygon.h"
#include "List.h"
#include "Text.h"
Go to the source code of this file.
Classes | |
struct | ObjFace |
Variables | |
const int | MAX_OBJ_FACE_VERTS = 32 |
const int MAX_OBJ_FACE_VERTS = 32 |
Definition at line 38 of file ModelFileOBJ.cpp.