Exploring the world of THREE.js
and Object-oriented JavaScript.
Here's the code I'm working with: https://gist.github.com/BobWassermann/581492be11db361c39ee
While my browser is showing the correct output, I'm having trouble getting the OrbitControls to function properly. Any tips on how to resolve this issue? I've tried creating a function for OrbitControls outside the model, but it's not working because I'm not passing the variables outside the model.