#include <SampleBox.h>
Inheritance diagram for vrsode::SampleBox:

Public Member Functions | |
| SampleBox (VRS::SO< VRS::SceneThing > p_sceneThing, VRS::SO< Shape > p_shape) | |
| virtual | ~SampleBox () |
| virtual void | handleCollision (VRS::SO< CollisionBody > p_partner) |
| handle a collision. | |
Definition at line 12 of file SampleBox.h.
| vrsode::SampleBox::SampleBox | ( | VRS::SO< VRS::SceneThing > | p_sceneThing, | |
| VRS::SO< Shape > | p_shape | |||
| ) | [inline] |
Definition at line 15 of file SampleBox.h.
References vrsode::CollisionBody::setDebugNode(), and vrsode::CollisionBody::surface().
Here is the call graph for this function:

| virtual vrsode::SampleBox::~SampleBox | ( | ) | [inline, virtual] |
Definition at line 21 of file SampleBox.h.
| virtual void vrsode::SampleBox::handleCollision | ( | VRS::SO< CollisionBody > | p_partner | ) | [inline, virtual] |
handle a collision.
this functions gets called if this object collided with something else. the collision partner is passed as argument. to implement certain special collision behaviour, extent this class and overwrite this function.
Reimplemented from vrsode::CollisionBody.
Definition at line 26 of file SampleBox.h.
1.5.1