Oolite 1.91.0.7644-241112-7f5034b
|
#include <TextureStore.h>
Class Methods | |
(BOOL) | + getPlanetTextureNameFor:intoData:width:height: |
(BOOL) | + getCloudTextureNameFor:color:impress:intoData:width:height: |
Definition at line 42 of file TextureStore.h.
+ (BOOL) getCloudTextureNameFor: | (OOColor *) | ||
color: | (GLfloat) | ||
impress: | (GLfloat) | bias | |
intoData: | (unsigned char **) | textureData | |
width: | (GLuint *) | textureWidth | |
height: | (GLuint *) | textureHeight |
Definition at line 293 of file TextureStore.m.
References addNoise(), FloatRGB::b, FloatRGB::g, RANROTSeed::high, RANROTSeed::low, OOLog, PlanetTextureColor(), q_factor(), FloatRGB::r, sNoiseSeed, x, and y.
+ (BOOL) getPlanetTextureNameFor: | (NSDictionary *) | planetInfo | |
intoData: | (unsigned char **) | textureData | |
width: | (GLuint *) | textureWidth | |
height: | (GLuint *) | textureHeight |
Definition at line 293 of file TextureStore.m.