#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] |
returns the left-bottom-front and the right-top-back corner that encompasses all graphical elements in this object
the bounding box is in local coordinates. to obtain the coordinates in the scene, multiply the bounding box by the object's transformation matrix.
Reimplemented from GfxObj.
| virtual geom::Vec3 GetCenter | ( | ) | const [virtual] |
Reimplemented from GfxObj.
1.5.8