说明
应对当前版本无法支持文字在VR模式中显示的临时做法(1.19 pr9支持文字在VR下的显示),实际上就是为每个场景单独制作一个png图片,然后在链接到场景的热点上方显示该图片,这样VR下也可以显示。
演示
步骤
将vr_tooltips.xml放到项目的skin文件夹中,在tour.xml嵌入下面代码:
1 |
<include url="skin/vr_tooltips.xml"/> |
然后在每个scene标签中增加legenda属性,属性中写的是每个scene的name的图片路径,就是如果你的scene的name是pano,那么你对应的legenda属性就应该是pano.png的图片路径。
1 |
<scene name="pano" title="Title" thumburl="panos/pano.tiles/thumb.jpg" legenda="legendas/pano.png"> |
在需要应用到该方法的每个hotspot中写对应的style,也就是skin_hotspotstyle_vr。
1 |
<hotspot name="spot1" style="skin_hotspotstyle_vr" ath="31.860" atv="1.305" linkedscene="pano" /> |
XML下载
链接:http://pan.baidu.com/s/1boVZawf 密码:eppg