|
Oolite 1.91.0.7712-251017-85ce217
|
Go to the source code of this file.
Classes | |
| protocol | <OOStellarBody> |
Macros | |
| #define | ATMOSPHERE_DEPTH 500.0 |
| #define | PLANET_MINIATURE_FACTOR 0.00185 |
| #define | MAX_SUBDIVIDE 6 |
Enumerations | |
| enum | OOStellarBodyType { STELLAR_TYPE_SUN , STELLAR_TYPE_NORMAL_PLANET , STELLAR_TYPE_ATMOSPHERE , STELLAR_TYPE_MOON , STELLAR_TYPE_MINIATURE } |
| #define ATMOSPHERE_DEPTH 500.0 |
Definition at line 52 of file OOStellarBody.h.
Referenced by PlanetEntity::drawImmediate:translucent:, PlanetEntity(OOPrivate)::initAsAtmosphereForPlanet:dictionary:, PlayerEntity::insideAtmosphereFraction, and PlanetEntity::miniaturize.
| #define MAX_SUBDIVIDE 6 |
Definition at line 54 of file OOStellarBody.h.
Referenced by PlanetEntity(OOPrivate)::deleteDisplayLists, OOSunEntity(Private)::drawOpaqueParts, PlanetEntity(OOPrivate)::initialiseBaseTerrainArray:, and PlanetEntity(OOPrivate)::initialiseBaseVertexArray.
| #define PLANET_MINIATURE_FACTOR 0.00185 |
Definition at line 53 of file OOStellarBody.h.
Referenced by PlanetEntity(OOPrivate)::initAsAtmosphereForPlanet:dictionary:, and PlanetEntity::miniaturize.
| enum OOStellarBodyType |
| Enumerator | |
|---|---|
| STELLAR_TYPE_SUN | |
| STELLAR_TYPE_NORMAL_PLANET | |
| STELLAR_TYPE_ATMOSPHERE | |
| STELLAR_TYPE_MOON | |
| STELLAR_TYPE_MINIATURE | |
Definition at line 40 of file OOStellarBody.h.