three-buffergeometry-to-prwm: support int array buffers#5
three-buffergeometry-to-prwm: support int array buffers#5chelkyl wants to merge 2 commits intokchapelier:masterfrom
Conversation
|
Thank you for the PR, I'll hopefully look into it later today (CET time) but it seems ok at first glance. |
|
It's more complicated than expected. 😞 My understanding is that until at least March 2020, three.js specified all attributes (even those using with Int/UintXArray) as floats, using It's late so this will have to wait, but I'll probably add an arguments to There is apparently some discussion about this with a PR on the way mrdoob/three.js#21595 |
|
That makes sense! Thank you for taking a closer look at it. |
The core PRWM supports int buffers so this implementation should too.
Includes adding browserify and uglify-js as dev dependencies and including package-lock to support CI/CD pipelines.