aframe-examples

Networked Reparenting

These examples show integration of Networked A-Frame (NAF) with object reparenting (i.e. arranging the Three.js scene graph differently from the A-Frame HTML scene graph)

We use a modified version of the object-parent component that has been extended to work together with NAF (at some point I hope to fold these changes back into an updated version of object-parent)

We have two examples:

Some Technical notes

Several modifications had to be made to the original object-parent component to get it to work correctly with NAF. Some significant points as follows:

Acknowledgements

The static re-parenting example draws extensively on the Networked A-Frame basic example, including the avatar design.

Futures