StrandedKitty / three-csm

☀️ Cascaded shadow maps (CSMs) implementation for Three.js
MIT License
296 stars 21 forks source link

Fix "inverseProjectionMatrix.copy(...).invert is not a function" in the example #14

Closed Antonio-R1 closed 2 years ago

Antonio-R1 commented 2 years ago

Updated Three.js to r128, the latest version available on cdnjs, and also OrbitControls to the same version in the example.

StrandedKitty commented 2 years ago

Thanks for the fix.