#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 } |
|
|
|
|
|
|