Contact pressure map doesn't follow the model

Hello
I'm using anybody version below.
image

I draw the contact force as below code.

  #if DEF_CONTACT_DRAW_PRESSURE_MAP == 1
  AnyDrawForceSurface DrwSurfaceContact = 
  {
    DrawSurf1RGB = {1, 0, 0};
    DrawSurf2RGB = {0, 0, 1};
  };
  #endif

But the contact force map does not follow the model. It appear at start time but not move.

How to solve this problem?

Hi @JAVIS

Is it not moving during the simulation or only still when you replay the simulation?

Best regards,
Bjørn

only when i replay it.

Okay then it is as expected for now. The AnyDrawForceSurface cannot move during replay so i suggest that you make a video of the simulation to record the motion.
It is on our backlog to implement replay for these objects

Best regards,
Bjørn

Thank you.
I hope it'll implemented soon

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.