juniorxsound / Depthkit.js

🎞 A plugin for using DepthKit's volumteric captures in Three.js
https://juniorxsound.github.io/Depthkit.js/
MIT License
89 stars 34 forks source link

Update three.js from 0.87.1 to 0.137.0 #30

Closed ROBYER1 closed 1 year ago

ROBYER1 commented 1 year ago

Updated Three.Geometry to Three.BufferGeometry Had to make the sample html files open three.min.js from local node_modules through <script src="../node_modules/three/build/three.min.js"></script>

I haven't rebuilt the depthkit.min.js because I don't know how to do that but I rebuilt the depthkit.js in build at least using Browserify.

juniorxsound commented 1 year ago

Thanks @ROBYER1 - ./build files are actually built automatically by the build system and should not be manually edited - you can use npm run start which should rebuild any changes to the ./src folder into the build folder for you. Since there were a couple of other changes necessary to the examples I went ahead and created a PR to update everything - #32