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

Object.h File Reference

#include <stdio.h>
#include <Math.h>
#include "Set.h"
#include "Log.h"

Include dependency graph for Object.h:

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

Go to the source code of this file.

Classes

struct  Vertex
struct  Format
class  Object

Enumerations

enum  Primitive { PRIM_TRIANGLES = 0, PRIM_TRIANGLE_STRIP = 1, PRIM_QUADS = 2, PRIM_QUAD_STRIP = 3 }
enum  AttributeType { ATT_VERTEX = 0, ATT_NORMAL = 1, ATT_COLOR = 2, ATT_TEX = 3 }
enum  AttributeFormat { ATT_FLOAT = 0, ATT_UNSIGNED_BYTE = 1 }


Enumeration Type Documentation

enum AttributeFormat
 

Enumerator:
ATT_FLOAT 
ATT_UNSIGNED_BYTE 

Definition at line 35 of file Object.h.

enum AttributeType
 

Enumerator:
ATT_VERTEX 
ATT_NORMAL 
ATT_COLOR 
ATT_TEX 

Definition at line 28 of file Object.h.

enum Primitive
 

Enumerator:
PRIM_TRIANGLES 
PRIM_TRIANGLE_STRIP 
PRIM_QUADS 
PRIM_QUAD_STRIP 

Definition at line 21 of file Object.h.


Generated on Sun Jun 5 15:48:13 2005 for Defacto by  doxygen 1.4.3