i think there will be 2 ways!
1 you can use PTgui set the center of pano to same orientation (change X),for example ,to east,that all your pano hlookat="0" means to the east direction,and you can just use KEEPVIEW
http://www.krpano.com/docu/actions/#loadscene
2
|
Source code
|
1
2
|
add(a,view.hlookat,layer[radar].heading);
mod(b,a,360);
|
before enter a new scene,get b,
then in the new scene sub(view.hlookat,b,layer[radar].heading); and you get view.hlookat
maybe you can use push/pop