This repository was archived by the owner on Jun 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 500
MigrationGuide
Ray Chen edited this page Jun 18, 2019
·
8 revisions
- Remove
scale.x = -1for 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 thezvalue in certain simpler scenarios. - Refactor geometry and material of all panoramas for internal creation
- Deprecate
SphereBufferGeometryin favor ofBoxBufferGeometry - Deprecate
MeshBasicMaterialin favor ofShaderMaterialin some panorama
- Deprecate
- Introduce
StereoImagePanoramaandStereoVideoPanoramato support stereo input
- Add unit tests and code coverage
-
VideoPanorama.playVideo()handles promise success and error state - Deprecate
videoelement withsrcattribute in favor ofsourceelement
- Major refactor to ES modules
- Deprecate
gulpin favor ofrollup - Internalize icon assets and deprecate
panolens-offlineversions - Deprecate
SpriteText,Tile,TileGroup,BendModifierandBmfont - Replace image based reticle to be geometry based reticle
- Constant variables are uppercase.
PANOLENS.ControlsbecomesPANOLENS.CONTROLSandPANOLENS.ModesbecomesPANOLENS.MODES - Deprecate
PANOLENS.Utils