Walter Pesce

Results 3 comments of Walter Pesce

Same issue. Was able to throttle it in a roundabout way by running it in a VM and limiting the VNIC bandwidth, but that is not ideal.

instead of rotating the globe I rotate the camera ```js // Start camera over São Paulo const latitude = -23.533773; const longitude = -46.62529; // altitude in globe radius units...

it sounds like there's a minimum zoom being enforced somewhere are you using three js [OrbitControls with minDistance/minZoom](https://threejs.org/docs/#examples/en/controls/OrbitControls.minDistance) set? the getCoords function ends up calling this internal function: https://github.com/vasturiano/three-globe/blob/817be05e928f337ebce4486a3e6bd9f5ea8670e7/src/utils/coordTranslate.js#L7 I...