74- (id) initFromDictionary:(NSDictionary *)dict withAtmosphere:(BOOL)atmosphere andSeed:(
Random_Seed)seed forSystem:(
OOSystemID)systemID;
76- (instancetype) miniatureVersion;
78- (double) rotationalVelocity;
79- (void) setRotationalVelocity:(
double) v;
81- (BOOL) planetHasStation;
82- (void) launchShuttle;
85- (BOOL) hasAtmosphere;
88- (NSString *) textureFileName;
89- (void) setTextureFileName:(NSString *)textureName;
91- (BOOL) setUpPlanetFromTexture:(NSString *)fileName;
97- (BOOL) isFinishedLoading;
99- (Vector) airColorAsVector;
101- (void) setAirColor:(
OOColor *) newColor;
102- (Vector) illuminationColorAsVector;
103- (
OOColor *) illuminationColor;
104- (void) setIlluminationColor:(
OOColor *) newColor;
105- (float) airColorMixRatio;
106- (void) setAirColorMixRatio:(
float) newRatio;
108- (void) setAirDensity: (
float) newDensity;
110- (void) setTerminatorThresholdVector:(Vector) newTerminatorThresholdVector;
111- (Vector) terminatorThresholdVector;
NSDictionary * _materialParameters
Quaternion _atmosphereOrientation
OOColor * _illuminationColor
OOTimeDelta _shuttleLaunchInterval
OOPlanetDrawable * _cloudsShaderDrawable
Vector _terminatorThresholdVector
OOPlanetDrawable * _atmosphereDrawable
NSString * _normSpecMapName
unsigned _shuttlesOnGround
float _atmosphereRotationalVelocity
OOPlanetDrawable * _planetDrawable
OOPlanetDrawable * _atmosphereShaderDrawable
OOTimeDelta _lastLaunchTime
float _rotationalVelocity