|
Oolite 1.91.0.7712-251017-85ce217
|
#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.