Skip to content
Snippets Groups Projects
Commit 3f1be062 authored by Jean Patrick Mathes's avatar Jean Patrick Mathes
Browse files

Add a bit of scaling to intractable elements

parent 84cf8fe5
No related branches found
No related tags found
1 merge request!283Resolve "Add component to interactively change the object instances in the memory via ArViz interactive"
......@@ -158,9 +158,12 @@ namespace armarx
interaction.contextMenu(description.options);
}
const float scale = 1.01F;
viz::Object object =
viz::Object(objectPose.objectID.str())
.pose(description.transform * objectPose.objectPoseGlobal)
.scale(scale)
.fileByObjectFinder(objectPose.objectID)
.enable(interaction);
......
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