|
Oolite
|
import "OOPlanetEntity.h"import "OOPlanetDrawable.h"import "AI.h"import "Universe.h"import "ShipEntity.h"import "PlayerEntity.h"import "ShipEntityAI.h"import "OOCharacter.h"import "OOMaths.h"import "ResourceManager.h"import "OOStringParsing.h"import "OOCollectionExtractors.h"import "OOSystemDescriptionManager.h"import "OOPlanetTextureGenerator.h"import "OOStandaloneAtmosphereGenerator.h"import "OOSingleTextureMaterial.h"import "OOShaderMaterial.h"import "OOEntityFilterPredicate.h"import "OOGraphicsResetManager.h"import "OOStringExpander.h"import "OOOpenGLMatrixManager.h"
Include dependency graph for OOPlanetEntity.m:Go to the source code of this file.
Classes | |
| category | OOPlanetEntity(Private) |
Macros | |
| #define | NEW_ATMOSPHERE 1 |
| #define | OO_TERMINATOR_THRESHOLD_VECTOR_DEFAULT (make_vector(0.105, 0.18, 0.28)) |
Variables | |
| static const double | kMesosphere = 10.0 * ATMOSPHERE_DEPTH |
| #define NEW_ATMOSPHERE 1 |
Definition at line 29 of file OOPlanetEntity.m.
| #define OO_TERMINATOR_THRESHOLD_VECTOR_DEFAULT (make_vector(0.105, 0.18, 0.28)) |
Definition at line 56 of file OOPlanetEntity.m.
|
static |
Definition at line 87 of file OOPlanetEntity.m.
Referenced by OOPlanetEntity::initFromDictionary:withAtmosphere:andSeed:forSystem:.