Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOStandaloneAtmosphereGenerator.h>
Public Attributes | |
RANROTSeed | seed |
unsigned | width |
unsigned | height |
float | cloudAlpha |
float | cloudFraction |
FloatRGB | airColor |
FloatRGB | cloudColor |
FloatRGB | paleCloudColor |
float * | fbmBuffer |
uint16_t * | permutations |
unsigned | planetAspectRatio |
unsigned | planetScaleOffset |
BOOL | perlin3d |
Definition at line 33 of file OOStandaloneAtmosphereGenerator.h.
FloatRGB OOStandaloneAtmosphereGeneratorInfo::airColor |
Definition at line 43 of file OOStandaloneAtmosphereGenerator.h.
float OOStandaloneAtmosphereGeneratorInfo::cloudAlpha |
Definition at line 41 of file OOStandaloneAtmosphereGenerator.h.
FloatRGB OOStandaloneAtmosphereGeneratorInfo::cloudColor |
Definition at line 44 of file OOStandaloneAtmosphereGenerator.h.
float OOStandaloneAtmosphereGeneratorInfo::cloudFraction |
Definition at line 42 of file OOStandaloneAtmosphereGenerator.h.
float* OOStandaloneAtmosphereGeneratorInfo::fbmBuffer |
Definition at line 48 of file OOStandaloneAtmosphereGenerator.h.
unsigned OOStandaloneAtmosphereGeneratorInfo::height |
Definition at line 38 of file OOStandaloneAtmosphereGenerator.h.
FloatRGB OOStandaloneAtmosphereGeneratorInfo::paleCloudColor |
Definition at line 45 of file OOStandaloneAtmosphereGenerator.h.
BOOL OOStandaloneAtmosphereGeneratorInfo::perlin3d |
Definition at line 54 of file OOStandaloneAtmosphereGenerator.h.
uint16_t* OOStandaloneAtmosphereGeneratorInfo::permutations |
Definition at line 50 of file OOStandaloneAtmosphereGenerator.h.
unsigned OOStandaloneAtmosphereGeneratorInfo::planetAspectRatio |
Definition at line 52 of file OOStandaloneAtmosphereGenerator.h.
unsigned OOStandaloneAtmosphereGeneratorInfo::planetScaleOffset |
Definition at line 53 of file OOStandaloneAtmosphereGenerator.h.
RANROTSeed OOStandaloneAtmosphereGeneratorInfo::seed |
Definition at line 35 of file OOStandaloneAtmosphereGenerator.h.
unsigned OOStandaloneAtmosphereGeneratorInfo::width |
Definition at line 37 of file OOStandaloneAtmosphereGenerator.h.