使用下面的文件替换skin文件夹中的vtourskin.xml
链接:https://pan.baidu.com/s/1X67NAln5luhDSGor-mAAaw
提取码:h0ig
下载后改名为vtourskin.xml
在需要隐藏的场景的scene标签中增加ignore_thumb=”false”
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<scene name="scene_01" title="01" onstart="" thumburl="panos/01.tiles/thumb.jpg" lat="" lng="" heading="" ignore_thumb="false"> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/01.tiles/preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1024" tiledimageheight="1024"> <cube url="panos/01.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" /> </level> </image> </scene> |