#include <entitylib.h>
Public Member Functions | |
RenderableSolidAABB (const AABB &aabb) | |
void | render (RenderStateFlags state) const |
Private Attributes | |
const AABB & | m_aabb |
Definition at line 254 of file entitylib.h.
RenderableSolidAABB::RenderableSolidAABB | ( | const AABB & | aabb | ) | [inline] |
Definition at line 258 of file entitylib.h.
void RenderableSolidAABB::render | ( | RenderStateFlags | state | ) | const [inline] |
Definition at line 262 of file entitylib.h.
References aabb_draw_solid(), and m_aabb.
const AABB& RenderableSolidAABB::m_aabb [private] |
Definition at line 256 of file entitylib.h.
Referenced by render().