google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
2.01k stars 999 forks source link

can we autorotate in anti clockwise direction? #392

Closed neetudas24 closed 3 years ago

jordyno commented 3 years ago

yes, you just use negative yawSpeed when setting up autorotate. For example:

// Set up autorotate, if enabled. var autorotate = Marzipano.autorotate({ yawSpeed: -0.03, targetPitch: 0, targetFov: Math.PI/2 });

neetudas24 commented 3 years ago

Thanks for the quick reply. It worked