#include <stdio.h>
#include <windows.h>
#include <vector>
#include <math.h>
Go to the source code of this file.
Classes | |
class | Render |
Defines | |
#define | PI_OVER_360 0.0087266462599716478846184538424431 |
#define | STARTING_OBJECT_COUNT 1 |
#define | POSITION 0 |
#define | NORMAL 1 |
#define | TANGENT 2 |
#define | BITANGENT 3 |
#define | COLOR 4 |
#define | UV 5 |
#define | BONES 6 |
#define | WEIGHTS 7 |
#define | ATTRIBUTE_COUNT 8 |
#define | MAX_ACTIVE_LIGHTS 4 |