I’m installing threeJS from CDN.
When trying to add the orbit controls using the second method (in the image below), my project seems to fail to load the package.
The console error goes as follows:
Failed to load resource: the server responded with a status of 404 ()
Even when visitng the link, “https://unpkg.com/three@/examples/jsm/controls/OrbitControls.js,” I find nothing, so I wanted to ask if this was an issue from my side or is this just the wrong link?
Thanks for reading, and sorry if anything I say sounds confusing, I’m not very expierenced with threeJS