pex-renderer
pex-renderer copied to clipboard
Attribute raw data is stored but not indices
That means we can't recover geometry faces when trying to snatch geometry from gltf file
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.