DummyGround which holds a DummyPrimitive (so getMainPrimitive() works). More...
#include <DummyGround.h>
Inherits lpzrobots::AbstractGround.
Public Member Functions | |
DummyGround (const OdeHandle &odeHandle, const OsgHandle &osgHandle) | |
virtual | ~DummyGround () |
virtual void | create () |
overload this function to create the obstacle. All primitives should go into the list "obst" |
DummyGround which holds a DummyPrimitive (so getMainPrimitive() works).
DummyGround | ( | const OdeHandle & | odeHandle, | |
const OsgHandle & | osgHandle | |||
) |
~DummyGround | ( | ) | [virtual] |
void create | ( | ) | [virtual] |
overload this function to create the obstacle. All primitives should go into the list "obst"
Implements AbstractObstacle.