Little planet view transform to archiectural view, how?

  • I think I have seen this being done but cant find it.
    I want to experiment with the little planet view as default which gradually transforms into architectural view, here is what I plan.

    Start with little planet view look at nadir (need to code some looking at zenith too)
    from nadir the view goes to pitch at 0° & after 30 sec it transforms into architectural view.

    In little planet view (flash 10) the cpu demand is too high is there a way to reduce that so it can move smoothly in full screen?

  • Hi,

    Start with little planet view look at nadir (need to code some looking at zenith too)
    from nadir the view goes to pitch at 0° & after 30 sec it transforms into architectural view.

    e.g.
    this would be action for that:

    call this action e.g. in the "onstart" or "events.onxmlcomplete" event,
    e.g.

    Code
    <krpano onstart="action(planet_to_architectural);">


    or:

    Code
    <events onxmlcomplete="action(planet_to_architectural);" />

    In little planet view (flash 10) the cpu demand is too high is there a way to reduce that so it can move smoothly in full screen?

    yes, there is way, just disable the usage of flash10 while in little planet/fisheye mode:

    Code
    set(display.flash10, off);


    best regards,
    Klaus

Participate now!

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