其他分享
首页 > 其他分享> > krpano 用hotspot当全景图片,hotspot可以用png透明图片,全景图想要透明的解决方案

krpano 用hotspot当全景图片,hotspot可以用png透明图片,全景图想要透明的解决方案

作者:互联网

1、先定义一个共同的样式

<style name="cubeface" keep="true" visible="true" enabled="false" handcursor="true" distorted="true" rx="0.0" ry="0" rz="0.0" zorder=""  width="1000" height="1000" capture="true" scale="1.0" /> 

2、每张图片(上下左右前后)的ath,atv设置都不一样

    <hotspot name="pano1_f" style="cubeface" url="f.png" ath="0" atv="0" />
	<hotspot name="pano1_l" style="cubeface" url="l.png" ath="-90" atv="0" />
	<hotspot name="pano1_r" style="cubeface" url="r.png" ath="+90" atv="0" />
	<hotspot name="pano1_u" style="cubeface" url="u.png" ath="0" atv="-90" />
	<hotspot name="pano1_d" style="cubeface" url="d.png" ath="0" atv="+90" />
	<hotspot name="pano1_b" style="cubeface" url="b.png" ath="+180" atv="0" />  

如果6张图没有拼接好,看一下公共样式width和height是不是写的1000

尽量复制我写的这个代码测试

标签:透明,样式,krpano,hotspot,全景图,图片
来源: https://blog.csdn.net/qq_34297991/article/details/87969691