Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
VertexData Struct Reference

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

Detailed Description

Definition at line 42 of file PlanetEntity.h.

Member Data Documentation

◆ color_array

GLfloat VertexData::color_array[4 *MAX_PLANET_VERTICES]

Definition at line 45 of file PlanetEntity.h.

◆ index_array

GLuint VertexData::index_array[MAX_TRI_INDICES]

Definition at line 48 of file PlanetEntity.h.

◆ normal_array

Vector VertexData::normal_array[MAX_PLANET_VERTICES]

Definition at line 47 of file PlanetEntity.h.

◆ uv_array

GLfloat VertexData::uv_array[2 *MAX_PLANET_VERTICES]

Definition at line 46 of file PlanetEntity.h.

◆ vertex_array

Vector VertexData::vertex_array[MAX_PLANET_VERTICES+2]

Definition at line 44 of file PlanetEntity.h.


The documentation for this struct was generated from the following file: