Krpano添加自动旋转 1.scene外添加 <autorotate enabled="true" waittime="5.0" speed="-3.0" horizon="0.0" tofov="120.0" /&g...
angular 1.x directive <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>...
js实现全屏 function fullScreen(el) { var rfs = el.requestFullScreen || el.webkitRequestFullScreen || el.mozRequ...
krpano修改默认按钮 <krpano> <!-- krpano 1.19.pr9 - Virtual Tour Skin --> <!-- skin settings (can be over...
krpano隐藏导航条 搜索并设为set(layer[skinlayer].visible, false); 两个箭头隐藏改为 <!-- previous/next scene buttons for the hidd...
krpano制作snow 复制plugins的snow插件,将snow的xml放到同级: snow.xml: <krpano> <!-- the snow plugin --> <plugin n...
krpano添加跳转链接 <action name="nextscene"> &nb...
krpano拖拽图层和热点 拖拽热点: <action name="draghotspot"> spheretoscreen(ath, atv, hotspotcenterx, hotspotcentery, 'l'...
krpano设置文字 添加文字热点,调用方法: <hotspot name="spot1" url="animatedhotspotwhite.png" onloaded="docropanimation(64,64...
krpano设置转动方式? 拖拽或者moveTo: <action name="control_startup" autorun="onstart"> set(control.mouse, moveto); set(...