Changing rotation sequence

  • Using code borrowed from Hans N, I can control the rotation of a pano.

    <autorotate devices="desktop" enabled="true"
    waittime="2.0"
    accel="1.0"
    speed="5"
    horizon="-65"
    tofov="120"
    />

    how do I load a second sequence to do something different? I have tried stopping and restarting the rotation xml but then only the second sequence works.

    Advice gratefully received!

    JL

  • Hi,

    what do you mean with 'second sequence'?

    basically you can change the autorotate setting anytime and they should also work instantly,
    e.g.
    to change the rotation direction, set a negative speed:

    Code
    set(autorotate.speed, -5);

    best regards,
    Klaus

Jetzt mitmachen!

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