Adam Morris

Results 54 comments of Adam Morris

@lexaknyazev Are there any other changes you'd like before we merge?

@lexaknyazev My mistake. I've opened a new PR to correct this: https://github.com/KhronosGroup/glTF/pull/2533

@lexaknyazev Any other changes required preventing us from getting this approved and merged? Like `EXT_primitive_restart`, this is intended to just be an open multi-vendor extension.

Relying solely on ISO8601 will significantly hamper the flexibility of this extension to fully handle all representations of time, especially when there is significant uncertainty involved. It seems to me...

> Add support for KHR_gaussian_splatting without SPZ extension We are planning to do this and bring everything else up to the latest extension specification revision after SIGGRAPH in time for...

Home stretch todo list: - [x] Flickering Bug - [x] Root-tile visibility issue - [x] Picking makes tile disappear. (Selected tile is empty so hides tileset). - [x] Potential race...

Sandcastle example is updated. I took a crack at resolving the test errors, but I'm not sure what exactly is wrong. @ggetz, we might need your insight.

> [@keyboardspecialist](https://github.com/keyboardspecialist) [@weegeekps](https://github.com/weegeekps) Do either of you have any rough estimate on what the upper-bound of number of splats the sorting module is expected to handle? High. My stress testing...

> sorting _in every frame, even without interaction_ Yeah, that's a major issue then. Outside of using WebGPU to sort the splats, there's not much we can do to speed...

> there is no sorting of the positions at all Sorry, I wasn't very clear. Yes, we don't sort the positions but rather the indices and then use those to...