CChaiGraphics::addMeshToRender() should specify parent mesh

Issue #58 resolved
Michelle Yu created an issue

So we can create compound mesh structures..

Change: CChaiGraphics::addMeshToRender(const std::string& arg_mesh_name, const std::string& arg_mesh_file, const Eigen::Vector3d& arg_pos, const Eigen::Matrix3d& arg_rot)

To: CChaiGraphics::addMeshToRender(const std::string& arg_mesh_name, const std::string& arg_mesh_file, const Eigen::Vector3d& arg_pos, const Eigen::Matrix3d& arg_rot, /*Optional / std::string arg_parent_mesh)

Comments (1)

  1. Log in to comment