The default krpano download package includes several xml-based extensions or helper-scripts for
various usage cases. The related xml files can be found in the plugins folder and optionally be
included when needed.
And because these are xml files, they can be easily customized for further needs.
Add several typical entries for the right-click context-menu:
For changing the pano control-mode (dragging or moving),
and for setting several different viewing projections (e.g. Normal-View, Fisheye-View, Architectural-View, Little Planet and so on)
with animated transitions.
Provides actions and an optional user-interface for starting interactive measurements.
The design/look of the measurement points and lines can be changed either by editing the xml file itself or
by redefining the <style> elements from it in the xml file that is including it.
ui - show an optional user-interface for taking measurements.
ui_pos- the aligment and position of the default user-interface.
Syntax: ui_pos="align,x,y"
ui_dragable - should the user-interface be dragable.
gap - add a gap between the surface and the measure-point, could be used for rough surfaces.
showslope - show the slope / angle of the vertical height distance (in degrees).
unit_format - an expression to format the measuring result:
cm: roundval(v,1) + ' cm'
meters: roundval(v/100,2) + ' m'
inch: roundval(v/2.54,1) + '[dq]'
feet: roundval(v/30.48,2) + ' ft'
The available actions:
start_measuring_between_points()
Start measuring between two arbitrary 3D points,
the user needs two double-click two times to select the two points.
start_measuring_between_surfaces()
Start measuring between two surfaces.
The user needs to double-click once to select a point on a surface, the measurement then will be done between
that point and a point on a surface that will be hit by a perpendicular line from the first surface.
An easy way for measuring room sizes.
stop_measuring()
Stop the current measuring (could be also stopped by pressing the ESC-key).
A helper <style> for single/double-click detection for layer and hotspot elements.
By adding the style named doubleclick to a layer or hotpots,
the element will be extended by:
onsingleclick and
ondoubleclick events.
Note - the onsingleclick event will be dispatched with a short delay compared to the normal onclick event,
because the detector needs to wait for a potential second click.
A helper script for getting into a kind of 'fullscreen mode' on iOS
from inside an iframe.
iOS itself doesn't support the HTML5 Fullscreen API on the iPhone and so there is no
way to make the pano window larger than the iframe area itself.
This script therefore adds a fake-fullscreen-mode support and redirects
the browser window directly to the inner iframe page to make the iframe
itself beeing the full browser page.
This can be used in cases where the pano is embedded as 'smaller' iframe element
into the website. When embedded as 'full-page-element' then this is not necessary.
Note: this scripts only enables the fullscreen contextmenu item,
custom xml elements that are depending on the 'device.fullscreensupport'
state would need to get enabled manually. That's because the xml parsing
and the xml element 'devices filtering' is happening before this script is
running. For 'manual enabling' e.g. remove the 'fullscreensupport'
devices check from the related elements in the xml files.
A helper script for getting into fullscreen mode on the iPhone.
iOS itself doesn't support the HTML5 Fullscreen API on the iPhone and so there is no
way for directly going into fullscreen mode. But there is a 'hack': when rotating the iPhone to landscape,
it's possible to 'scroll-out' the url/navigation-bar and so get into a kind of fullscreen mode.
This xml script adds user-instructions for how to get into fullscreen mode.
A helper script for adding a zooming/panning-indicator for a mini-overview-map.
A rectangle will be added within an image layer (with a small image of the pano-image) and the size and position
of that rectangle will be automatically be updated depending on the zooming and panning.
Additionally the rectangle will be dragable to pan around and the map-image
will be clickable to pan to a certain position.
Works the best with high-resolution/high-zoomable flat-panos, but can be also used on all other kind of panos.
After ~2 seconds staring at one point, the view slowly starts zooming-in.
When looking around, the zooming-in stops and the view starts slowly zooming-out back to the normal view (the faster the looking-around the faster the zooming-out).