Skip to content

Releases: AltspaceVR/aframe-altspace-component

Native Skeleton Parents and Synced Instantiation

v1.3.2 - Minor bug fixes

25 Jan 21:23
Compare
Choose a tag to compare

This patch release fixes a bug with the target option on the wire component. Additionally, source maps have been added to ease debugging.

v1.3.1 - n-mesh-collider fixes

05 Jan 21:09
Compare
Choose a tag to compare

The n-mesh-collider now creates colliders for external models (e.g. OBJ or Collada) that are loaded in to your app

v1.3.0 - n-sound-loaded event and rolloff property

22 Dec 01:16
Compare
Choose a tag to compare
  • The n-sound component now emits an n-sound-loaded event when a sound is loaded and ready to be played
  • n-sound now has a rolloff property that determines the behavior of the volume attenuation
  • Added full paths to resources documentation

v1.2.1 - Minor bug fixes, improved documentation

21 Dec 20:48
Compare
Choose a tag to compare
  • Fixed altspace component timing for calling updateAllBehaviors (Three.js integration)
  • Added target (singular form) to wire component

v1.2.0 Native Components and Firebase Sync

16 Dec 00:09
Compare
Choose a tag to compare

As of today, AltspaceVR SDK developers can use A-Frame components to manipulate a variety of native AltspaceVR resources, including architectural building blocks, particle effects, physically blocking colliders, positional sounds, and more! Additionally, we've ported over our Firebase synchronization functionality from the Three.js SDK. These represent a huge jump in the power available to our developers, and we are very excited to see what you produce. For a complete description of the new features available, you should check out the updated A-Frame documentation, and the Native Components FAQ.

v1.1.1

28 Nov 20:44
Compare
Choose a tag to compare

Fix fullspace transition bug

v1.1.0 Add fullspace and cursor-collider flags

23 Nov 02:08
Compare
Choose a tag to compare
Merge pull request #13 from AltspaceVR/feature/fullspace

Fullspace and cursor colliders in aframe

v1.0.0

10 Nov 18:29
Compare
Choose a tag to compare

Added the enclosuresOnly flag, disabling altspace API calls if the app is loaded in a 2d display. This flag is true by default, so this is technically a breaking change, therefore v1.0.0.

Aframe v0.3.0 support, with tracked controls!

22 Sep 21:01
Compare
Choose a tag to compare
Merge pull request #9 from AltspaceVR/feature/aframe-0.3.0

Feature/aframe 0.3.0