Stray Photons is a high performance game engine with a focus on immersive VR experiences. Featuring full-hand physics interaction, seamless asynchronous scene Loading, fully interactive global illumination lighting, powerful game logic and scripting capabilities, and much more.
/physics/collision/force_found and /physics/collision/force_lost events are now sent to physics actors with a contact_report_force set. These will eventually return the specific force observed, but for now the event data is always the value of contact_report_force.
/physics/collision/force_found
and/physics/collision/force_lost
events are now sent to physics actors with acontact_report_force
set. These will eventually return the specific force observed, but for now the event data is always the value ofcontact_report_force
.