Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Md2.h File Reference

Load a md2 model into a temporary data structure. More...

#include <stdio.h>
#include <fstream>
#include <iostream>
#include <windows.h>
#include "MiniMesh.h"
#include "Face.h"
#include "Vertex.h"
#include "Ressources.h"

Include dependency graph for Md2.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Classes

struct  tMd2Header
struct  tMd2AliasTriangle
struct  tMd2Triangle
struct  tMd2Face
struct  tMd2TexCoord
struct  tMd2AliasFrame
struct  tMd2Frame
class  CLoadMD2
 load the model into the data structure More...

Defines

#define MD2_MAX_TRIANGLES   4096
#define MD2_MAX_VERTICES   2048
#define MD2_MAX_TEXCOORDS   2048
#define MD2_MAX_FRAMES   512
#define MD2_MAX_SKINS   32
#define MD2_MAX_FRAMESIZE   (MD2_MAX_VERTICES * 4 + 128)

Typedefs

typedef char tMd2Skin [64]

Detailed Description

Load a md2 model into a temporary data structure.

Load a md2 model into a temporary data structure

Date:
CREATED : 2004-10-26 20:15
Author:
Manfred
Revision 1.01 2005-01-19 15:49 Manfred added comments

Define Documentation

#define MD2_MAX_FRAMES   512
 

#define MD2_MAX_FRAMESIZE   (MD2_MAX_VERTICES * 4 + 128)
 

#define MD2_MAX_SKINS   32
 

#define MD2_MAX_TEXCOORDS   2048
 

#define MD2_MAX_TRIANGLES   4096
 

#define MD2_MAX_VERTICES   2048
 


Typedef Documentation

typedef char tMd2Skin[64]
 


Generated on Mon Jan 24 17:42:31 2005 for Loud and Proud by doxygen 1.3.8