Skip to content
Snippets Groups Projects
Commit 4733d5db authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added name to dynamically created sceneobjectsets

parent 42940050
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ namespace VirtualRobot
{
if (m)
{
VirtualRobot::SceneObjectSetPtr cms(new VirtualRobot::SceneObjectSet("", colChecker));
VirtualRobot::SceneObjectSetPtr cms(new VirtualRobot::SceneObjectSet(m->getName() + "Set", colChecker));
cms->addSceneObject(m);
addCollisionModel(cms);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment