描述
源自谷歌街景箭头灵感. 该插件原理是使用热点跟随场景转动,从而实现固定指向.
语法与使用
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<include url="arrows.xml" /> <layer name="connections" > <connection name="scene2" hdir="23" vdir="-25" arrowstyle="default-arrow" shadowstyle="default-shadow" onclick="loadscene(%name, null, KEEPVIEW, BLEND(0.2));" shape="default-arrow-shape" shadow="true" /> ... <layer> <layer name="my-arrow-shape" keep="true"> <!-- optional --> <arrow> <point name="p0" x="0" y="40" /> <point name="p1" x="-13" y="35" /> <point name="p2" x="0" y="57" /> <point name="p3" x="13" y="35" /> <center dist="180" shadowdrop="0.35"> <functionv> <!-- even more optional --> <point name="p0" vlookat="0" posv="16" /> <point name="p1" vlookat="90" posv="90" /> </functionv> </center> </arrow> </layer> |
效果演示
下载地址
微信扫码关注“域图新视界”公众号,编辑发送“街景箭头”,免费下载文件。
来源:投稿人