使用方法
1.把tracer.xml放在tracer文件夹中。
2.在主xml中嵌入代码
1 |
<include url="tracer/tracer.xml" /> |
3.在浏览器网址栏中网址后面加上 ?check=true
对krpano事件的跟踪
1.在代码中插入:
1 |
CA(<any message text>, get(<any variable>), [background color]); |
或
1 |
CA(<any message text>, calc(<expression>), [background color]); |
CA是插件的动作名。
2.背景颜色(background color,可选参数)
如:000000 .. FFFFFF
也可以用re代表红色、gr代表绿色、bl代表蓝色。
例子:
1 2 3 4 5 6 7 8 9 |
<events name="trace" keep="true" onmousedown="CA(down, calc(mouse.stagex + '-' + mouse.stagey), 550000)" onmouseup="CA(up, calc(mouse.stagex + '-' + mouse.stagey), '000055')" /> .... CA(scene loaded, get(scene[get(xml.scene)].name), rd); .... CA(pressed layer, get(layer[myLayer].name), cyan); |
检查任意变量
在网址后添加
?check=true&chk1=<1st variable>[&chk2=<2nd variable>[& … ]]
例如
1 |
http://mySite.com/test/index.html?check=true&chk1=view.hlookat&chk2=mouse.stagex&chk3=mouse.stagey |
最多支持查看6个变量
插件下载地址
链接:https://pan.baidu.com/s/1o1AD5mOJoG_0bBEJCAzJQg
提取码:enm5