A special hand because collisions must be turned off between the first links of the fourth and fifth fingers. More...
#include <shadow.h>
Public Member Functions | |
virtual int | loadFromXml (const TiXmlElement *root, QString rootPath) |
Shadow (World *w, const char *name) |
A special hand because collisions must be turned off between the first links of the fourth and fifth fingers.
A special hand because collisions must be turned off between the first links of the fourth and fifth fingers This is done by overriding the load method.
Definition at line 38 of file shadow.h.
Shadow::Shadow | ( | World * | w, | |
const char * | name | |||
) | [inline] |
int Shadow::loadFromXml | ( | const TiXmlElement * | root, | |
QString | rootPath | |||
) | [virtual] |
Performs the normal robot load routine then turns off collisions between the palm and the second link of the thumb.
Reimplemented from Robot.
Definition at line 35 of file shadow.cpp.