3 using namespace vrecko;
12 void processEvent(
const std::string &input_name,
void *value);
18 bool loadXMLParameters(XERCES_CPP_NAMESPACE_QUALIFIER
DOMNode *parametersNode);
23 void setType(std::string _type) {piece_type = _type;}
24 void setLocation(std::string _location) {piece_location = _location;}
32 osg::Vec3 final_position, actual_position,
move_step;