#include <sphere.h>
Inheritance diagram for kerosin::Sphere:
Public Member Functions | |
Sphere () | |
virtual | ~Sphere () |
float | GetRadius () const |
void | SetRadius (float radius) |
Protected Member Functions | |
virtual void | OnLink () |
This method is called, when the hierarchy object has been linked to a parent. |
It exports functions to scale the unit sphere to different sizes.
Definition at line 35 of file sphere.h.
|
Definition at line 31 of file sphere.cpp. |
|
Definition at line 35 of file sphere.cpp. |
|
Definition at line 43 of file sphere.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 sphere.cpp. References kerosin::StaticMesh::Load(). Here is the call graph for this function: ![]() |
|
Definition at line 48 of file sphere.cpp. References kerosin::StaticMesh::mScale. |