在已知各角点坐标的情况下,如何动态创建多边形热点?

krpano中文网问答区分类: 问答区在已知各角点坐标的情况下,如何动态创建多边形热点?
Fiona asked 9年 ago

例:已知4个点坐标ath=’20’ atv=’-20’、ath=’60’ atv=’-20’、ath=’20’ atv=’20’、ath=’60’ atv=’20’,如何由这些点动态生成多边形热点,而不是在xml文件里的scene标签下写死?

Lowell replied 4周 ago

I was wondering if you ever considered changing the page layout of your website?
Its very well written; I love what youve got to say. But maybe
you could a little more in the way of content so people could connect with it better.
Youve got an awful lot of text for only having one or two images.
Maybe you could space it out better?

Here is my site find out

Wilhemina replied 4周 ago

Hi there, yes this paragraph is genuinely good and I have learned lot of
things from it on the topic of blogging. thanks.

Feel free to visit my page … Antonov An-124 Ruslan

Katherine replied 3月 ago

hello!,I love your writing very so much! share we communicate extra about your
article on AOL? I require a specialist in this space to resolve my problem.

Maybe that’s you! Taking a look ahead to
peer you.

Also visit my blog post … Pallet

2 Answers
krpano中文网 管理员 answered 9年 ago

详细代码可加入vip查看

krpano中文网 管理员 answered 3年 ago
var pt;

pt = coupeA.point.createItem(0);
pt.ath = 1;
pt.atv = 1;

pt = coupeA.point.createItem(1);
pt.ath = 2;
pt.atv = 2;

Your Answer

14 + 3 =