lock the view angle, possible?

  • Hi,

    yes, you can use the - limitview="range" - setting an set a custom viewing range,
    e.g.

    Code
    <view limitview="range" hlookatmin="-90" hlookatmax="+90" vlookatmin="-60" vlookatmax="+60" />

    or just use a hfov="140" image and let the limiting do automatically,
    e.g.

    Code
    <image type="SPHERE" hfov="140" voffset="0">
      <sphere url="partialpano.jpg" />
    </image>

    best regards,
    Klaus

  • Hi,

    I' ve a problem with your code.

    Here is mine :


    When I laod the HTML file I can do this :

    Rotate verticaly from 0° to 90% and from 0° to -180°. It is perfect.
    Rotate horizontaly from 0° to 30° and from 0° to -30°. I don't understand why only 30° ?? *blink*

    Then more your are moving the mouse to the top, less you can rotate the view horizontaly. How can I solve this ? *rolleyes*

    Thanks for your help.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!