msub2 / aframe-exokit-avatars

A wrapper for the Exokit Avatars system in an A-Frame component.
https://msub2.github.io/aframe-exokit-avatars/examples/
MIT License
19 stars 6 forks source link

Player Events? #2

Closed chrismatthieu closed 1 year ago

chrismatthieu commented 2 years ago

This may be an exokit question but do the hands and head and player position emit events when moving? I would like to bootstrap a multi-player demo in AFrame using VRMs.

msub2 commented 2 years ago

They do not, I believe in the original exokit avatars example scene avaer set it up to update the rig info across an RTC connection every 50 ms. You can reference this section of the original example to get a feel for how he did it.