candlewick 0.1.0
A renderer
|
#include "Multibody.h"
#include "../utils/MeshData.h"
#include <pinocchio/multibody/geometry-object.hpp>
Go to the source code of this file.
Namespaces | |
namespace | candlewick |
namespace | candlewick::multibody |
Support for the Pinocchio rigid-body algorithms library and the Coal collision detection library. | |
Functions | |
void | candlewick::multibody::loadGeometryObject (const pin::GeometryObject &gobj, std::vector< MeshData > &meshData) |
Load an invidual Pinocchio GeometryObject's component geometries into an array of MeshData . | |
std::vector< MeshData > | candlewick::multibody::loadGeometryObject (const pin::GeometryObject &gobj) |