This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 499
MigrationGuide
Ray Chen edited this page Jun 18, 2019
·
8 revisions
- Remove
scale.x = -1
for all panoramas, meaning no more hacks around objects that need to be flipped on the X axis. To be compatible with existinginfospot
, it can be achieved by inverting thez
value in certain simpler scenarios. - Refactor geometry and material of all panoramas for internal creation
- Deprecate
SphereBufferGeometry
in favor ofBoxBufferGeometry
- Deprecate
MeshBasicMaterial
in favor ofShaderMaterial
in some panorama
- Deprecate
- Introduce
StereoImagePanorama
andStereoVideoPanorama
to support stereo input
- Add unit tests and code coverage
-
VideoPanorama.playVideo()
handles promise success and error state - Deprecate
video
element withsrc
attribute in favor ofsource
element
- Major refactor to ES modules
- Deprecate
gulp
in favor ofrollup
- Internalize icon assets and deprecate
panolens-offline
versions - Deprecate
SpriteText
,Tile
,TileGroup
,BendModifier
andBmfont
- Replace image based reticle to be geometry based reticle
- Constant variables are uppercase.
PANOLENS.Controls
becomesPANOLENS.CONTROLS
andPANOLENS.Modes
becomesPANOLENS.MODES
- Deprecate
PANOLENS.Utils