pchen66 / panolens.js

Javascript panorama viewer based on Three.js
https://pchen66.github.io/Panolens/
MIT License
2.8k stars 499 forks source link

"three.js version is not matched. Please consider use the target revision 105" #377

Open bartenra opened 2 years ago

bartenra commented 2 years ago

Following the setup guide in the documentation will result in the following error:

three.js version is not matched. Please consider use the target revision 105

This is because the latest version of three.js is linked, instead of a specific version that works with the provided version of panolens.js. The documentation should be updated to pin the version of three.js that is linked.

bartenra commented 2 years ago

PS Here is revision 105:

https://github.com/mrdoob/three.js/archive/refs/tags/r105.zip

It's three years old now. Is this really the version that panolens.js needs?

bartenra commented 2 years ago

I think the problem is that Rollup doesn't generate a minified version anymore.