|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OOPlanetTextureGenerator.h>
Instance Methods | |
| (id) | - initWithPlanetInfo: |
| Instance Methods inherited from OOTextureGenerator | |
| (uint32_t) | - textureOptions |
| (GLfloat) | - anisotropy |
| (GLfloat) | - lodBias |
| (NSString *) | - cacheKey |
| (BOOL) | - enqueue |
| Instance Methods inherited from OOTextureLoader | |
| (BOOL) | - isReady |
| (BOOL) | - getResult:format:originalWidth:originalHeight: |
| (id) | - initWithPath:options: |
| (NSString *) | - path |
| (void) | - loadTexture |
| (void) | - dealloc [implementation] |
| (NSString *) | - descriptionComponents [implementation] |
| (NSString *) | - shortDescriptionComponents [implementation] |
| (void) | - performAsyncTask [implementation] |
| (void) | - generateMipMapsForCubeMap [implementation] |
| (void) | - applySettings [implementation] |
| (void) | - getDesiredWidth:andHeight: [implementation] |
| (void) | - completeAsyncTask [implementation] |
Class Methods | |
| (OOTexture *) | + planetTextureWithInfo: |
| (BOOL) | + generatePlanetTexture:andAtmosphere:withInfo: |
| (BOOL) | + generatePlanetTexture:secondaryTexture:withInfo: |
| (BOOL) | + generatePlanetTexture:secondaryTexture:andAtmosphere:withInfo: |
| Class Methods inherited from OOTextureLoader | |
| (id) | + loaderWithPath:options: |
| (id) | + loaderWithTextureSpecifier:extraOptions:folder: |
| (void) | + setUp [implementation] |
Private Attributes | |
| OOPlanetTextureGeneratorInfo | _info |
| unsigned | _planetScale |
| OOPlanetNormalMapGenerator * | _nMapGenerator |
| OOPlanetAtmosphereGenerator * | _atmoGenerator |
Additional Inherited Members | |
| Protected Attributes inherited from OOTextureLoader | |
| NSString * | _path |
| OOTextureFlags | _options |
| uint8_t | _generateMipMaps: 1 |
| uint8_t | _scaleAsNormalMap: 1 |
| uint8_t | _avoidShrinking: 1 |
| uint8_t | _noScalingWhatsoever: 1 |
| uint8_t | _extractChannel: 1 |
| uint8_t | _allowCubeMap: 1 |
| uint8_t | _isCubeMap: 1 |
| uint8_t | _ready: 1 |
| uint8_t | _extractChannelIndex |
| OOTextureDataFormat | _format |
| void * | _data |
| uint32_t | _width |
| uint32_t | _height |
| uint32_t | _originalWidth |
| uint32_t | _originalHeight |
| uint32_t | _shrinkThreshold |
| uint32_t | _maxSize |
| size_t | _rowBytes |
Definition at line 78 of file OOPlanetTextureGenerator.h.
| + (BOOL) generatePlanetTexture: | (OOTexture **) | texture | |
| andAtmosphere: | (OOTexture **) | atmosphere | |
| withInfo: | (NSDictionary *) | planetInfo |
| + (BOOL) generatePlanetTexture: | (OOTexture **) | texture | |
| secondaryTexture: | (OOTexture **) | secondaryTexture | |
| andAtmosphere: | (OOTexture **) | atmosphere | |
| withInfo: | (NSDictionary *) | planetInfo |
| + (BOOL) generatePlanetTexture: | (OOTexture **) | texture | |
| secondaryTexture: | (OOTexture **) | secondaryTexture | |
| withInfo: | (NSDictionary *) | planetInfo |
| - (id) initWithPlanetInfo: | (NSDictionary *) | planetInfo |
| + (OOTexture *) planetTextureWithInfo: | (NSDictionary *) | planetInfo |
|
private |
Definition at line 85 of file OOPlanetTextureGenerator.h.
|
private |
Definition at line 81 of file OOPlanetTextureGenerator.h.
|
private |
Definition at line 84 of file OOPlanetTextureGenerator.h.
|
private |
Definition at line 82 of file OOPlanetTextureGenerator.h.