frustra / strayphotons

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.
https://docs.strayphotons.net/
Mozilla Public License 2.0
39 stars 2 forks source link

Fix GLTF loading full mat4 orientations, add interactive flag #537

Closed xthexder closed 1 year ago

xthexder commented 1 year ago

The gltfprefab was incorrectly loading node transforms that were defined in matrix form rather than individual translate/rotate/scale.

A new interactive flag was also added to the gltf prafab to automatically make each individual physics object grab-able.