該插件可以展示場景縮略圖,並支持場景分組。
下載地址:http://pan.baidu.com/s/1dFj7v0l
使用說明:
插件共有兩個文件,auto_thumbs.xml和tooltip.xml,
auto_thumbs.xml負責對場景進行分組展示
tooltip.xml負責顯示提示文字。
1.把該插件拷貝到plugins文件夾下,在項目的XML中,添加如下的語句,即可展示場景的縮略圖:
<include url="plugins/auto_thumbs.xml" /> <include url="plugins/tooltip.xml" />
2.如果希望場景可以分組顯示,只需要在場景的XML文件中添加album屬性。
例如下面的代碼:
<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
發布者:屠龍
轉載請注明出處,謝謝!