• Hi Klaus,

    I coded a compass for my actual pano-tour (landscape scenes) and - after defining values for "noth" for each scene - it does the job as expected (driven by onviewchange...).
    I now added an onclick action to the compass to move the pano to the north view which also works fine (using moveto) but: during this move the compass "freezes" - it seems not to recieve onviewchange events for this period. After the move has finished the compass quickly jumps to show up the right corresponding direction (north of course).
    Is there a way to have the compass rotationg simulatniously during the move-action?

    thanx!

  • Hi,

    Is there a way to have the compass rotationg simulatniously during the move-action?

    the moveto/lookto/zoomto actions are 'blocking' actions (for 'historic' reasons, I plan to make also non-blocking ones),
    that means during these actions no other action code will be processed (e.g. onviewchange),

    to get it working, using tween() instead of moveto/lookto would be a way...

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!