Hi, this question is about to control from plugin a new krpano layer. For example in the opensource "radar_source.js"
|
Source code
|
1
2
3
4
5
6
7
|
function svg_mouse_move(msevent)
{
(...)
//Change scene view with radar movement:
krpanoview.hlookat = hlookattemp;
(...)
}
|
How to code above for the new krpano layer?
Something as:
|
Source code
|
1
2
3
4
5
|
(...)
//for change krpanolayer view...?
layer[newkrpanolayer].krpano.view.hlookat = hlookattemp
//This did not work!
(...)
|
Thanks for any advice.
Best regards,
Fernando