Oolite 1.91.0.7644-241112-7f5034b
|
#include <PlanetEntity.h>
Public Attributes | |
Vector | vertex_array [MAX_PLANET_VERTICES+2] |
GLfloat | color_array [4 *MAX_PLANET_VERTICES] |
GLfloat | uv_array [2 *MAX_PLANET_VERTICES] |
Vector | normal_array [MAX_PLANET_VERTICES] |
GLuint | index_array [MAX_TRI_INDICES] |
Definition at line 42 of file PlanetEntity.h.
GLfloat VertexData::color_array[4 *MAX_PLANET_VERTICES] |
Definition at line 45 of file PlanetEntity.h.
GLuint VertexData::index_array[MAX_TRI_INDICES] |
Definition at line 48 of file PlanetEntity.h.
Vector VertexData::normal_array[MAX_PLANET_VERTICES] |
Definition at line 47 of file PlanetEntity.h.
GLfloat VertexData::uv_array[2 *MAX_PLANET_VERTICES] |
Definition at line 46 of file PlanetEntity.h.
Vector VertexData::vertex_array[MAX_PLANET_VERTICES+2] |
Definition at line 44 of file PlanetEntity.h.