Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleMouseMoveDolly
Function · 0.85
handleMouseWheel
Function · 0.85
handleTouchMoveDolly
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected