|
Oolite 1.91.0.7712-251017-85ce217
|
import "SkyEntity.h"import "OOSkyDrawable.h"import "PlayerEntity.h"import "OOMaths.h"import "Universe.h"import "MyOpenGLView.h"import "OOColor.h"import "OOStringParsing.h"import "OOCollectionExtractors.h"import "OOMaterial.h"Go to the source code of this file.
Classes | |
| category | SkyEntity(OOPrivate) |
Macros | |
| #define | SKY_BASIS_STARS 4800 |
| #define | SKY_BASIS_BLOBS 1280 |
| #define | SKY_clusterChance 0.80 |
| #define | SKY_alpha 0.10 |
| #define | SKY_scale 10.0 |
| #define SKY_alpha 0.10 |
Definition at line 42 of file SkyEntity.m.
| #define SKY_BASIS_BLOBS 1280 |
Definition at line 40 of file SkyEntity.m.
Referenced by SkyEntity::initWithColors:col1:andSystemInfo:.
| #define SKY_BASIS_STARS 4800 |
Definition at line 39 of file SkyEntity.m.
Referenced by SkyEntity::initWithColors:col1:andSystemInfo:.
| #define SKY_clusterChance 0.80 |
Definition at line 41 of file SkyEntity.m.
| #define SKY_scale 10.0 |
Definition at line 43 of file SkyEntity.m.