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'm working on a system passing rigid body position data back and forth from a web worker, and ideally want to pass a number to tell the main thread to terminate the sequence. In order to do this reliably I was hoping to pass a negative number, but the relevant documentation for the JS API doesn't provide any additional detail about the RigidBody handle property beyond it being a Number. Does anyone know if the handle properly is ever assigned a negative number?
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
-
I'm working on a system passing rigid body position data back and forth from a web worker, and ideally want to pass a number to tell the main thread to terminate the sequence. In order to do this reliably I was hoping to pass a negative number, but the relevant documentation for the JS API doesn't provide any additional detail about the RigidBody handle property beyond it being a Number. Does anyone know if the handle properly is ever assigned a negative number?
Beta Was this translation helpful? Give feedback.
All reactions