#include <gfx_test_object.hh>
Inherits ost::gfx::GfxObj.
Public Member Functions | |
GfxTestObj () | |
virtual geom::Vec3 | GetCenter () const |
virtual geom::AlignedCuboid | GetBoundingBox () const |
virtual void | CustomRenderGL (RenderPass pass) |
Definition at line 33 of file gfx_test_object.hh.
GfxTestObj | ( | ) |
virtual void CustomRenderGL | ( | RenderPass | pass | ) | [virtual] |
Reimplemented from GfxObj.
virtual geom::AlignedCuboid GetBoundingBox | ( | ) | const [virtual] |
virtual geom::Vec3 GetCenter | ( | ) | const [virtual] |
get geometric center
Reimplemented from GfxObj.