Body Factory Class. More...
#include <pluginBodyFactory.h>
Static Public Member Functions | |
| static srCore::BodyBase * | createBody (bodytype type, srCore::RobotActorBase *robot, float x, float y, float z, float heading, float pitch, float roll) |
Body Factory Class.
Definition at line 17 of file pluginBodyFactory.h.
| srCore::BodyBase * srAlmende::BodyFactory::createBody | ( | bodytype | type, | |
| srCore::RobotActorBase * | robot, | |||
| float | x, | |||
| float | y, | |||
| float | z, | |||
| float | heading, | |||
| float | pitch, | |||
| float | roll | |||
| ) | [static] |
This factory creates a BodyBase. Currently it only understands how to create SOCKET_BODYs.
Definition at line 8 of file pluginBodyFactory.cpp.
Referenced by srAlmende::RobotSpace3D::Initialize(), and srAlmende::SocketALM::Initialize().
1.6.1