Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOPlanetTextureGenerator.h>
Public Attributes | |
RANROTSeed | seed |
unsigned | width |
unsigned | height |
float | landFraction |
float | polarFraction |
FloatRGB | landColor |
FloatRGB | seaColor |
FloatRGB | deepSeaColor |
FloatRGB | paleLandColor |
FloatRGB | polarSeaColor |
FloatRGB | paleSeaColor |
float | mix_hi |
float | mix_oh |
float | mix_ih |
float | mix_polarCap |
float | cloudAlpha |
float | cloudFraction |
FloatRGB | airColor |
FloatRGB | cloudColor |
FloatRGB | paleCloudColor |
float * | fbmBuffer |
float * | qBuffer |
uint16_t * | permutations |
unsigned | planetAspectRatio |
unsigned | planetScaleOffset |
BOOL | perlin3d |
Definition at line 35 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::airColor |
Definition at line 61 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::cloudAlpha |
Definition at line 59 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::cloudColor |
Definition at line 62 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::cloudFraction |
Definition at line 60 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::deepSeaColor |
Definition at line 47 of file OOPlanetTextureGenerator.h.
float* OOPlanetTextureGeneratorInfo::fbmBuffer |
Definition at line 66 of file OOPlanetTextureGenerator.h.
unsigned OOPlanetTextureGeneratorInfo::height |
Definition at line 40 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::landColor |
Definition at line 45 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::landFraction |
Definition at line 43 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::mix_hi |
Definition at line 53 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::mix_ih |
Definition at line 55 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::mix_oh |
Definition at line 54 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::mix_polarCap |
Definition at line 56 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::paleCloudColor |
Definition at line 63 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::paleLandColor |
Definition at line 48 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::paleSeaColor |
Definition at line 50 of file OOPlanetTextureGenerator.h.
BOOL OOPlanetTextureGeneratorInfo::perlin3d |
Definition at line 73 of file OOPlanetTextureGenerator.h.
uint16_t* OOPlanetTextureGeneratorInfo::permutations |
Definition at line 69 of file OOPlanetTextureGenerator.h.
unsigned OOPlanetTextureGeneratorInfo::planetAspectRatio |
Definition at line 71 of file OOPlanetTextureGenerator.h.
unsigned OOPlanetTextureGeneratorInfo::planetScaleOffset |
Definition at line 72 of file OOPlanetTextureGenerator.h.
float OOPlanetTextureGeneratorInfo::polarFraction |
Definition at line 44 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::polarSeaColor |
Definition at line 49 of file OOPlanetTextureGenerator.h.
float* OOPlanetTextureGeneratorInfo::qBuffer |
Definition at line 67 of file OOPlanetTextureGenerator.h.
FloatRGB OOPlanetTextureGeneratorInfo::seaColor |
Definition at line 46 of file OOPlanetTextureGenerator.h.
RANROTSeed OOPlanetTextureGeneratorInfo::seed |
Definition at line 37 of file OOPlanetTextureGenerator.h.
unsigned OOPlanetTextureGeneratorInfo::width |
Definition at line 39 of file OOPlanetTextureGenerator.h.