hart-estate-widget 2.4.7 → 2.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/build/widget.bundle.js +1 -1
- package/build/widget.module.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -126,6 +126,7 @@ body
|
|
126
126
|
// значения
|
127
127
|
rotationMode: 'default', // mode of operation for plan images
|
128
128
|
panoramaFov: 75, // camera field of view angle for panoramic tour
|
129
|
+
enableCameraTransitionBetweenPanoramas: true, // enable / disable camera rotation transition between panoramas (if CameraPoint.Rotation.Yaw is defined in json)
|
129
130
|
floors: [ // array of floors, contains 360° images and panoramic tour data
|
130
131
|
{
|
131
132
|
original_plan_img: '', // path to the original plan image (required for panoramic tour)
|