Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
OOPlanetData.h
Go to the documentation of this file.
1/*
2 OOPlanetData.h
3 For Oolite
4
5 This file was automatically generated by tools/icosmesh. Do not modify.
6
7 This data may be used freely.
8*/
9
10#include "OOOpenGLOnly.h"
11
12
13#define kOOPlanetDataLevels 6
14
15
16typedef struct
17{
18 unsigned vertexCount;
19 unsigned faceCount;
20 GLenum type;
21 const void *indices; // faceCount * 3
23
24
26
27
28#define kOOPlanetDataVertexCount 10393
29
30extern const GLfloat kOOPlanetVertices[kOOPlanetDataVertexCount * 3];
31extern const GLfloat kOOPlanetTexCoords[kOOPlanetDataVertexCount * 2];
const OOPlanetDataLevel kPlanetData[kOOPlanetDataLevels]
const GLfloat kOOPlanetVertices[kOOPlanetDataVertexCount *3]
#define kOOPlanetDataVertexCount
const GLfloat kOOPlanetTexCoords[kOOPlanetDataVertexCount *2]
#define kOOPlanetDataLevels
const void * indices