#include <box.h>
Inheritance diagram for kerosin::Box:
Public Member Functions | |
Box () | |
virtual | ~Box () |
void | SetExtents (const salt::Vector3f &extents) |
sets the extents box | |
const salt::Vector3f & | GetExtents () |
returns the extents of box | |
Protected Member Functions | |
virtual void | OnLink () |
This method is called, when the hierarchy object has been linked to a parent. |
Definition at line 34 of file box.h.
|
|
|
|
|
returns the extents of box
Definition at line 49 of file box.cpp. References kerosin::StaticMesh::mScale. |
|
This method is called, when the hierarchy object has been linked to a parent. At that point, traversal can commence. It can be overridden to support custom 'link' behavior. Reimplemented from zeitgeist::Leaf. Definition at line 39 of file box.cpp. References kerosin::StaticMesh::Load(). Here is the call graph for this function: ![]() |
|
sets the extents box
Definition at line 44 of file box.cpp. References kerosin::StaticMesh::mScale. |