Closed neetudas24 closed 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 });
Thanks for the quick reply. It worked
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 });