![]() |
Simulant
21.12-166
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
PartitionerEntry (ActorID actor_id) | |
PartitionerEntry (LightID light_id) | |
PartitionerEntry (GeomID geom_id) | |
PartitionerEntry (ParticleSystemID ps_id) | |
![]() | |
void | set_hash_aabb (const AABB &aabb) |
void | push_key (const Key &key) |
void | remove_key (const Key &key) |
void | set_keys (const KeyList &keys) |
const KeyList & | keys () const |
const AABB & | hash_aabb () const |
Public Attributes | |
PartitionerEntryType | type |
union { | |
ActorID actor_id | |
LightID light_id | |
GeomID geom_id | |
ParticleSystemID particle_system_id | |
}; | |