简介
- 结合了悬空指南针和camroll特性的演示
设置
在主xml中嵌入以下高亮代码
1 2 3 4 5 6 7 8 |
<krpano> <copter_mode active="true" tilt_desktop="10" tilt_mobile="5" /> <include url="coptermode.xml"/> ... </krpano> |
注意copter_mode元素需要写在include元素之前,不然的话是无效的。
然后为需要无人机模式的scene的view元素添加aerial=”true”
1 2 3 |
<scene ...> <view ... aerial="true"/> <scene/> |
active=”true” 可以动态修改是否启用无人机模式
tilt_desktop=”10″ 设备为桌面系统的倾斜量
tilt_mobile=”5″设备为手机时的倾斜量
场景的控制由control元素来设置
1 |
<control movetofriction="0.92" movetoyfriction="1.0" keybaccelerate="0.3" keybspeed="5.0" keybfriction="0.92"/> |
以下隐藏内容只提供VIP赞助会员,VIP会员说明请查看置顶文章