Skip to content

0.11.0

Compare
Choose a tag to compare
@vincentfretin vincentfretin released this 05 Nov 11:12
· 73 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.11.0:

  • Use degToRad from THREE.MathUtils to be compatible with aframe master (#359)
  • New networked-hand-controls component with new example showing natural gestures like pointing, thumbs up (#355 #358 #362 #369)
  • Use better default schema with the requiresNetworkUpdate optimization for position and rotation (#367)
  • Remove github: prefix and specify commit hash for buffered-interpolation, update open-easyrtc to 2.0.17 (#375)

Changes in the examples:

  • Fix conflicting button style with aframe inspector (#353)
  • Fix player entity not closed in basic.html example
  • New movement-controls version with moving on the left joystick, and moving camera on the right joystick (#364)
  • Add commented lines to enable https on the node server (#365)

Maintenance in this repository:

  • Add pre-commit hook with husky to run eslint against js files and prettier on html files (#357)
  • Allow only the contents read permission in CI (#360)
  • Fix tests coverage (#366)