Skip to content

0.10.0

Compare
Choose a tag to compare
@vincentfretin vincentfretin released this 16 Jun 10:21
· 160 commits to master since this release

Networked-Aframe is a framework for creating multi-user VR experiences on the Web.

Getting started guide.

Changes in 0.10.0:

  • Handle update of positional param in networked-audio-source and refactor the component for other use cases, see PR for details (be careful if you called private _setupSound API in your project, you will need to modify your code) #245
  • Add documentation about requiresNetworkUpdate and add NAF.utils.vectorRequiresUpdate #329
  • Add compatibility with threejs r141 #343
  • Add a persistent sphere example #238
  • Add a spawned persistent spheres (peer to peer) example #327