Skip to content

0.9.0 (aframe 1.3.0 minimum required)

Compare
Choose a tag to compare
@vincentfretin vincentfretin released this 12 Feb 14:20
· 202 commits to master since this release
4eb4014

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

Getting started guide.

Changes in 0.9.0:

  • Add support for multi streams in the easyrtc adapter, networked-audio-source has now a streamName param, and easyrtc adapter has new API addLocalMediaStream(stream, streamName) and removeLocalMediaStream(streamName). See documentation for the new "Multi Steams" example. #294 and #298
  • Update "Tracked controllers" example with better hands and environment component #290
  • Update shared styles in the examples for reusable button style and allow several buttons on the same line #302
  • Update to aframe 1.3.0 and latest buffered-interpolation version to be compatible with newer threejs #280
    Networked-aframe 0.8.3 is the last release supporting aframe 1.2.0.

Issues you may encounter when upgrading your project to aframe 1.3.0:

  • If your model appears darker than with aframe 1.2.0, try adding renderer="colorManagement: true" to <a-scene>
  • If you use the environment component and it appears broken, be sure to update it to version 1.3.1.