MCPcopy
hub / github.com/widgetti/ipyvolume / getAutoRotationAngle

Function getAutoRotationAngle

js/src/three/OrbitControls.js:266–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 var dollyDelta = new THREE.Vector2();
265
266 function getAutoRotationAngle() {
267
268 return 2 * Math.PI / 60 / 60 * scope.autoRotateSpeed;
269
270 }
271
272 function getZoomScale() {
273

Callers 1

OrbitControls.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected