Is OrbitControls only meant for use in Three.js Examples or can it be used in production too?

Hi, please excuse me if this was a silly question but am kind of new to this. I’ve been using OrbitControls from three/examples/JSM to setup dollying, panning and co. on the rendered scene but am unsure if it was really ever intended to be used in production apps. Since the examples folder (which includes all the JSM modules) is also shipped with the bundle when a user does npm install three, I’m kind of assuming it’s okay to use these in production for setting up said effects on the scene but would like to know for sure. Thanks in advance!

You sure can use it in your app, its stable. There’re lots of useful stuff in the example folders which can be used, its just not considered as core part of THREEjs and is therefore seperated

1 Like