VR hand-tracking version - works in the WebXR browser on a Meta Quest or an Apple Vision Pro
NON-VR preview  - This allows you to view and navigate around the scene but not interact.
Instructions: Be sure to enable hand tracking. The yellow dots are The points where the fingers are tracking and applying force to deform the dinosaurs.
Each new person that joins will be assigned a new dinosaur. It may take a second for the tracking to begin.
You can move around the scene with the hand controller, but hand tracking is what is needed to make the dino mouths open and close.
The box is a collision object as are the other dinos. Collision isn't perfect in this version, that still needs to be tuned.
The entire demo is running on one server which is doing all the physics and input fusion from different people. The web client is receiving a geometry stream from that server which is rendering locally in the browser.