You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I was wondering if there's a way to change the visual appearance of an object during simulation. In my case, I’d like to create arrows of varying length to represent forces, purely for visualization. I can change the colors of such objects by adjusting their RenderMaterial, but it seems that the render shape is fixed. Here is a snippet of RenderShapeBox, I notice that half_size is getter-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I was wondering if there's a way to change the visual appearance of an object during simulation. In my case, I’d like to create arrows of varying length to represent forces, purely for visualization. I can change the colors of such objects by adjusting their
RenderMaterial
, but it seems that the render shape is fixed. Here is a snippet ofRenderShapeBox
, I notice that half_size is getter-only.Beta Was this translation helpful? Give feedback.
All reactions