Cogs.Core
|
Public Member Functions | |
void | getBounds (Context *context, Cogs::Geometry::BoundingBox &bounds) override |
Expand bounds including bounds of all entities in this system in world coordinates. | |
![]() | |
virtual void | getBounds (Context *context, Cogs::Geometry::BoundingBox &bounds, float &) |
virtual void | getBounds (Context *context, Cogs::Geometry::BoundingBox &bounds)=0 |
Expand bounds including bounds of all entities in this system in world coordinates. | |
virtual bool | getBounds (Context *, const ComponentModel::Entity *, Cogs::Geometry::BoundingBox &, bool) const |
Public Attributes | |
OctSystem * | octSystem |
Definition at line 12 of file OctBounds.h.
|
overridevirtual |
Expand bounds including bounds of all entities in this system in world coordinates.
Implements Cogs::Core::IGetBounds.
Definition at line 9 of file OctBounds.cpp.
References Cogs::ComponentModel::Component::getComponent(), and Cogs::Core::ComponentSystem< ComponentType >::pool.
OctSystem* Cogs::Core::Volumetric::OctBounds::octSystem |
Definition at line 14 of file OctBounds.h.