support other Video projection

  • Fisheye views (in ball) can be done with coding.
    But if used, the video layers will be projected on the "hidden" side of the view also.

    Try something like that :

    Code
    set(view.fisheyefovlink, 1.5);
    set(view.architectural, 0.0);
    set(view.pannini, 0.0);
    set(view.fovmax, 179);
    set(view.vlookat, 0); <!-- or 90/-90 for zenith/nadir -->
    set(view.fisheye, 1.0);
    set(view.stereographic,false);
    set(view.fov, 179);

Participate now!

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