• Hi Klaus

    What has become of the Pannini projection option that you introduced in beta 1.08? I have been telling people that KRPano can do that, but it does not seem to be among the current options. Do you or could you plan to reinstate it?

    If it were as easily available as the stereographic and architectural, I believe a Pannini projection option would become popular for reducing distortion at the edges of wide views, especially the 'swimming' effects on panning and zooming, that can become quite fatiguing.

    Best regards, Tom.

  • Hi,

    how do you mean that?
    the pannini projection was not removed!

    there is a "pannini view" context menu item in the default droplet templates,
    and it's also on all krpano examples,
    and in the options plugin there is also the pannini setting

    best regards,
    Klaus

  • Hi,

    Now, any chance of zooming from rectilinear to Pannini...? :)

    yes, e.g. select "normal view" and the "pannini view" in the context menu

    or simply that code:

    Code
    set(view.stereographic, true);
    set(view.pannini, true);
    tween(view.fisheye, 1.0, 2.0);

    the "view.fisheye" variable controls the interpolation (0.0 - 1.0) from normal to the pannini projection,

    best regards,
    Klaus

Participate now!

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