MCPcopy
hub / github.com/lo-th/Oimo.js / getZoomScale

Function getZoomScale

examples/js/controls/OrbitControls.js:272–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 }
271
272 function getZoomScale() {
273
274 return Math.pow( 0.95, scope.zoomSpeed );
275
276 }
277
278 function rotateLeft( angle ) {
279

Callers 3

handleMouseMoveDollyFunction · 0.85
handleMouseWheelFunction · 0.85
handleTouchMoveDollyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected