Oolite 1.91.0.7644-241112-7f5034b
|
Go to the source code of this file.
Classes | |
class | CollisionRegion |
Macros | |
#define | COLLISION_REGION_BORDER_RADIUS 32000.0f |
#define | COLLISION_MAX_ENTITIES 128 |
#define | MINIMUM_SHADOWING_ENTITY_RADIUS 75.0 |
Functions | |
BOOL | shadowAtPointOcclusionToValue (HPVector e1pos, GLfloat e1rad, Entity *e2, OOSunEntity *the_sun, float *outValue) |
#define COLLISION_MAX_ENTITIES 128 |
Definition at line 33 of file CollisionRegion.h.
Referenced by CollisionRegion::addSubregionAtPosition:withRadius:.
#define COLLISION_REGION_BORDER_RADIUS 32000.0f |
Definition at line 32 of file CollisionRegion.h.
#define MINIMUM_SHADOWING_ENTITY_RADIUS 75.0 |
Definition at line 34 of file CollisionRegion.h.
BOOL shadowAtPointOcclusionToValue | ( | HPVector | e1pos, |
GLfloat | e1rad, | ||
Entity * | e2, | ||
OOSunEntity * | the_sun, | ||
float * | outValue ) |
Referenced by CollisionRegion::entityByEntityOcclusionToValue.