gpucomputationrender-three icon indicating copy to clipboard operation
gpucomputationrender-three copied to clipboard

GPUComputationRender module for Three.js with ES6 compatibility

Results 4 gpucomputationrender-three issues
Sort by recently updated
recently updated
newest added

Hello, reading the code example in the readme thrown me off a bit. I think variables `pos0` and `vel0` swapped by mistake. https://github.com/epranka/gpucomputationrender-three/blob/6c7b62d153448cb85609d2535e89c3de2eae378b/README.md?plain=1#L72-L74

Library doesn't work for newer versions of threejs, because the renderTarget paramter [was removed in v102](https://github.com/mrdoob/three.js/wiki/Migration-Guide#r101--r102). - Replaced the render paramter with two setRenderTarget calls to mimic the old behavior...