GUI does not update collision object size

asked 2019-07-31 09:36:53 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi, I have created a plugin to change the size of link collision object and it works fine. Although the GUI does not show the change. How to update the collision object also in the GUI? The plugin works while simulation is paused, is it the source of the problem?

edit retag flag offensive close merge delete

Comments

What API are you using to change the size?

chapulina gravatar imagechapulina ( 2019-07-31 11:52:26 -0600 )edit

Hi sorry for the late answer, I am changing the radius of a cylinder via the method CylinderShapePtr->SetRadius()

tartaglia gravatar imagetartaglia ( 2019-10-01 02:22:12 -0600 )edit