【krpano】KRPano自动缩略图分组插件

时间:2022-01-04 06:04:42

该插件可以展示场景缩略图,并支持场景分组。

 

下载地址:http://pan.baidu.com/s/1dFj7v0l

 

使用说明:

插件共有两个文件,auto_thumbs.xml和tooltip.xml,

【krpano】KRPano自动缩略图分组插件

auto_thumbs.xml负责对场景进行分组展示

tooltip.xml负责显示提示文字。

 

1.把该插件拷贝到plugins文件夹下,在项目的XML中,添加如下的语句,即可展示场景的缩略图:

 
<include url="plugins/auto_thumbs.xml" />
<include url="plugins/tooltip.xml" />

 

 

【krpano】KRPano自动缩略图分组插件

 

2.如果希望场景可以分组显示,只需要在场景的XML文件中添加album属性。

【krpano】KRPano自动缩略图分组插件

例如下面的代码:

 
<scene thumburl="..." title="Scene 1 title"  album="Album 1 title" ...
<scene thumburl
="..." title="Scene 2" ...
<scene thumburl
="..." title="Scene 3 title" album="Album 2 title" ...
<scene thumburl
="..." title="Scene 4" ...

 

 

则场景1,场景2被分组到album1中,场景3,场景4被分组到album2中。

 

详细说明:https://krpano.com/plugins/userplugins/autothumbs/#top

 

提示:如果需要商业使用,请自行去官网购买,谢谢合作。

 

本博文发表于:http://www.krpano.tech/archives/387

发布者:屠龙

转载请注明出处,谢谢!