Grip-Reloaded
Grip version visualizaiton interface for DART (DynamicAnimationandRoboticsToolkits)
|
Library for converting DART shapes and meshes to osg nodes. More...
Go to the source code of this file.
Namespaces | |
namespace | osgDart |
Namespace containing all the classes and functionality relating to the intersection of DART and OpenSceneGraph. osgDart Diagram. | |
Functions | |
osg::Node * | osgDart::convertShapeToOsgNode (dart::dynamics::Shape *inputShape) |
Convert dart::dynamics::Shape to an osgNode if it's not a mesh. | |
osg::Node * | osgDart::convertMeshToOsgNode (dart::dynamics::Shape *mesh) |
Convert dart::dynamics::MeshShape to an osgNode. DART MeshShapes are stored as Assimp scenes and these get converted to an osg::Node*. |
Library for converting DART shapes and meshes to osg nodes.