Hi there, thanks for this cool library. Very appreciated.
I'm trying to get the OrbitControlsModule to not zoom or simply maxZoom or maxDistance. None of these below properties worked when injecting this module in my <App>. What am I doing wrong?
new WHS.OrbitControlsModule({
// enableZoom: false
// follow: false,
// minDistance: 3,
// maxDistance: 3,
// minZoom: 3,
// maxZoom: 3,
// enableDamping: true
})
Thank you
Hi there, thanks for this cool library. Very appreciated.
I'm trying to get the OrbitControlsModule to not zoom or simply maxZoom or maxDistance. None of these below properties worked when injecting this module in my
<App>. What am I doing wrong?Thank you