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
I wish to know if there are events related to the Physics API?
The game that I am creating is: permitting the user to move a ball (using Leva controls) to some position and then releasing it. During movement of the ball, physics is paused and once placed the user releases the ball (causing the physics to unpause). I need to know when all the rigid bodies in the scene have completed their "movements" so that the user can once again move the ball to another position.
For the same I was hoping to have an event that perhaps can "call" that all objects are stationary. Using useframe hampers smoothness.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello:
I wish to know if there are events related to the Physics API?
The game that I am creating is: permitting the user to move a ball (using Leva controls) to some position and then releasing it. During movement of the ball, physics is
paused
and once placed the user releases the ball (causing the physics to unpause). I need to know when all the rigid bodies in the scene have completed their "movements" so that the user can once again move the ball to another position.For the same I was hoping to have an event that perhaps can "call" that all objects are stationary. Using
useframe
hampers smoothness.Thanks.
The text was updated successfully, but these errors were encountered: