Kryštof Rainisch
Kryštof Rainisch
Hi, I have discovered a weird bug that seems to be related to the zoom level of my browser. `pdfjsWrapper.js` throws a TypeError if I try to mount the pdf...
While the `pointerup` and `pointerdown` work with touch, `pointermoved` does not get called, which means cursor coordinates stay at `{x: 0, y: 0}` making it impossible to react on clicks...
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