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
If I have a kinematic RB and a dynamic RB where both are moving. The kinematic is moving by calling update_kinematic_position and the dynamic RB is moving through velocities.
When the shapes appear to collide, no contact points are generated. However, when the dynamic RB reaches the kinematic RBs starting position, contact points are generated. It's as-if the kinematic RB never moved, despite update_kinematic_position being called every frame to move it.
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
-
If I have a
kinematic
RB and adynamic
RB where both are moving. Thekinematic
is moving by callingupdate_kinematic_position
and thedynamic
RB is moving through velocities.When the shapes appear to collide, no contact points are generated. However, when the
dynamic
RB reaches thekinematic
RBs starting position, contact points are generated. It's as-if thekinematic
RB never moved, despiteupdate_kinematic_position
being called every frame to move it.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions