pex-renderer icon indicating copy to clipboard operation
pex-renderer copied to clipboard

Attribute raw data is stored but not indices

Open vorg opened this issue 9 months ago • 1 comments

That means we can't recover geometry faces when trying to snatch geometry from gltf file

vorg avatar Feb 27 '25 17:02 vorg

The data is preserved now but as row ArrayBuffers.

  • [ ] We need to slice and cast it to typed arrays.
  • [ ] As this is wasting a lot of memory there should be flag to enabled it and defaulting to false.

vorg avatar Jul 02 '25 15:07 vorg