概述
在tour.xml中插入
quicktime VR 默认图标
<action name="qtvrcursor">
set(control.mousetype, moveto);
set(cursors.url, %SWFPATH%/mouse/qtvr-cursors.png);
set(cursors.type, 8way);
set(cursors.move, 0|0|16|16);
set(cursors.drag, 16|0|16|16);
set(cursors.arrow_u, 32|0|16|16);
set(cursors.arrow_d, 48|0|16|16);
set(cursors.arrow_l, 64|0|16|16);
set(cursors.arrow_r, 80|0|16|16);
set(cursors.arrow_lu, 96|0|16|16);
set(cursors.arrow_ru, 112|0|16|16);
set(cursors.arrow_rd, 128|0|16|16);
set(cursors.arrow_ld, 144|0|16|16);
</action>
拖动效果图标
<action name="dragcursor">
set(control.mousetype, drag2D);
set(cursors.url, %SWFPATH%/mouse/drag-cursors.png);
set(cursors.type, drag);
set(cursors.move, 2|0|30|32);
set(cursors.drag, 37|0|30|32);
</action>
箭头效果图标
<action name="arrowcursor">
set(control.mousetype, moveto);
set(cursors.url, %SWFPATH%/mouse/arrow-cursors.png);
set(cursors.type, 4way);
set(cursors.move, 112|0|28|28);
set(cursors.drag, 112|0|28|28);
set(cursors.arrow_r, 0|0|28|28);
set(cursors.arrow_d, 28|0|28|28);
set(cursors.arrow_l, 56|0|28|28);
set(cursors.arrow_u, 84|0|28|28);
</action>
flash动画图标
<action name="animatedcursor">
set(control.mousetype, moveto);
set(cursors.url, %SWFPATH%/mouse/animated-cursor.swf);
set(cursors.type, drag);
set(cursors.move, null);
set(cursors.drag, null);
</action>
场景移动图标
<action name="movecursor">
set(control.mousetype, moveto);
set(cursors.url, %SWFPATH%/mouse/move-cursors.png);
set(cursors.type, drag);
set(cursors.move, 0|0|32|32);
set(cursors.drag, 32|0|32|32);
</action>
在启动的动作startup中选择执行上面的action
<action name="startup">
action(qtvrcursor);
</action>
本文章原创自“域图新视界”victu360.com
最新krpano文档、插件更新、视频教学、全景视频后期、免费全景VR教程资料下载:http://victu360.com
最后
以上就是老实紫菜为你收集整理的krpano 教程 - 鼠标效果的选择和实现的全部内容,希望文章能够帮你解决krpano 教程 - 鼠标效果的选择和实现所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复