|
Oolite 1.91.0.7712-251017-85ce217
|
import "OOLightParticleEntity.h"import "Universe.h"import "PlayerEntity.h"import "OOTexture.h"import "OOColor.h"import "OOCollectionExtractors.h"import "OOFunctionAttributes.h"import "OOMacroOpenGL.h"import "OOGraphicsResetManager.h"import "MyOpenGLView.h"Go to the source code of this file.
Classes | |
| category | OOLightParticleEntity(Private) |
Macros | |
| #define | PARTICLE_DISTANCE_SCALE_LOW 12.0 |
| #define | PARTICLE_DISTANCE_SCALE_HIGH 36.0 |
Variables | |
| static OOTexture * | sBlobTexture = nil |
| #define PARTICLE_DISTANCE_SCALE_HIGH 36.0 |
Definition at line 39 of file OOLightParticleEntity.m.
Referenced by OOLightParticleEntity::initWithDiameter:.
| #define PARTICLE_DISTANCE_SCALE_LOW 12.0 |
Definition at line 38 of file OOLightParticleEntity.m.
Referenced by OOLightParticleEntity::initWithDiameter:.
Definition at line 42 of file OOLightParticleEntity.m.
Referenced by OOLightParticleEntity::defaultParticleTexture, OOLightParticleEntity::resetGraphicsState, and OOLightParticleEntity::setUpTexture.