gpucomputationrender-three
gpucomputationrender-three copied to clipboard
Fix for three.js >= r102
Library doesn't work for newer versions of threejs, because the renderTarget paramter was removed in v102.
- Replaced the render paramter with two setRenderTarget calls to mimic the old behavior
- Updated threejs version
- Added three as a dev-dependency to get the updated types during development.
- Added typescript to dependencies, to not rely on a global installation.