#include <entitylib.h>
Public Member Functions | |
RenderableWireframeAABB (const AABB &aabb) | |
void | render (RenderStateFlags state) const |
Private Attributes | |
const AABB & | m_aabb |
Definition at line 268 of file entitylib.h.
RenderableWireframeAABB::RenderableWireframeAABB | ( | const AABB & | aabb | ) | [inline] |
Definition at line 272 of file entitylib.h.
void RenderableWireframeAABB::render | ( | RenderStateFlags | state | ) | const [inline] |
Definition at line 276 of file entitylib.h.
References aabb_draw_wire(), and m_aabb.
const AABB& RenderableWireframeAABB::m_aabb [private] |
Definition at line 270 of file entitylib.h.
Referenced by render().