![]() |
Oolite 1.91.0.7669-250505-6b11f83
|
#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 153 of file TextureStore.m.
References fillSquareImageDataWithCloudTexture(), and PROC_TEXTURE_SIZE.
+ (BOOL) getPlanetTextureNameFor: | (NSDictionary *) | planetInfo | |
intoData: | (unsigned char **) | textureData | |
width: | (GLuint *) | textureWidth | |
height: | (GLuint *) | textureHeight |
Definition at line 114 of file TextureStore.m.
References Blend(), fillSquareImageWithPlanetTex(), FloatRGBFromDictColor(), kOOLogPlanetTextureGen, OOLog, and PROC_TEXTURE_SIZE.