Description of the problem
I am using Three.js in a Scala.js project. My preferred way to get Three.js is using webjars from SBT as follows:
jsDependencies += "org.webjars.bower" %% "three.js" %% "0.77.0" / "three.js" minified "three.min.js"
The most recent version I have found on webjars is r77, anything more recent does not work.
Three.js version
- r82
Browser
- N/A
OS
- Windows
I am sorry, I was unable to proceed with this. For my purpose I have started including three.js by directly including the minified source.