Oolite 1.91.0.7644-241112-7f5034b
|
import "WormholeEntity.h"
import "ShipEntity.h"
import "OOSunEntity.h"
import "OOPlanetEntity.h"
import "PlayerEntity.h"
import "ShipEntityLoadRestore.h"
import "Universe.h"
import "AI.h"
import "OORoleSet.h"
import "OOShipRegistry.h"
import "OOShipGroup.h"
import "OOStringParsing.h"
import "OOCollectionExtractors.h"
import "OOLoggingExtended.h"
import "OOSystemDescriptionManager.h"
Go to the source code of this file.
Classes | |
category | WormholeEntity(Private) |
Macros | |
#define | OO_WORMHOLE_COLOR_BOOST 25.0 |
#define | OO_WORMHOLE_COLOR_FVEC4 { 0.067, 0.067, 1.0, 0.25 } |
Functions | |
static void | DrawWormholeCorona (GLfloat inner_radius, GLfloat outer_radius, int step, GLfloat z_distance, GLfloat *col4v1) |
#define OO_WORMHOLE_COLOR_BOOST 25.0 |
Definition at line 43 of file WormholeEntity.m.
Referenced by WormholeEntity::DrawWormholeCorona.
#define OO_WORMHOLE_COLOR_FVEC4 { 0.067, 0.067, 1.0, 0.25 } |
Definition at line 44 of file WormholeEntity.m.
|
static |