Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@junpluse junpluse released this 24 Apr 08:58
· 47 commits to master since this release
  • Reset rotation at next rendering frame (#13)
  • Split MediaSceneLoader protocol (#14)

Additions

  • New protocol SceneLoadable
  • New protocol ImageLoadable
  • New protocol VideoLoadable
  • New method PanoramaView.setNeedsResetRotation
  • New method StereoView.setNeedsResetRotation

Changes

  • OrientationNode.resetCenter method has been renamed to .resetRotation.

Deprecations + Removals

  • MediaSceneLoader protocol has been removed.
  • PanoramaView.resetCenter method has beed deprecated. Use .setNeedsResetRotation method instead.
  • StereoView.resetCenter method has been deprecated. Use .setNeedsResetRotation method instead.