5.3.0
Full changelog: 5.2.0...5.3.0
Breaking changes (with retro-compatibility)
The options
parameters of setPanorama()
method has some changes :
yaw
/pitch
/textureX
/textureY
must be wrapped into aposition
property- to change the duration of the transition, use the
speed
property (which can now be... a speed, like10rpm
) - when providing a
position
, the transition will rotate instead of fade directly to the new position (unlesstransition: 'fade-only'
)
New features
- map: show a small cone in the viewer direction (options
coneSize
andconeColor
) - #960 virtual-tour: prevent arrows overlap (option
linkOffset.depth
) - #1049 virtual-tour: new
transitionOptions
configuration to customize the transition behaviour (rotateSpeed
andtransition
are deprecated)
Bug fixes
- #1048 virtual-tour: wrong arrows colors with ThreeJS >= 155