Vincent Woo

Results 103 comments of Vincent Woo

You should probably talk in https://github.com/rails/jbuilder/pull/298. If you want to take action now I think you can (in that PR): 1. review and test the code yourself 2. add testcases...

> Sorry I meant to ask before, is this exporting ply or saving ssproj or something else? Thanks! both for me I believe?

Thank you! I hope to build more of an interactive experience around it using playcanvas! Let me know if you have any bandwidth to help, I am an extreme novice...

Yes, I tried rescaling from supersplat and exporting the compressed ply both at 1/10th and 10x scale. At 1/10th there was much worse artifacting near the top (all geometry appeared...

Also maybe interesting - if I cut just that part of the model and save it separately it does not seem to exhibit the problem. It seems like it arises...

No, that makes perfect sense. Basically for the morton order issue you would try a different hilbert curve through the ordering space, with the aim of minimizing the bounds for...

```js const Part1By2 = (x: number) => { x &= 0x000003ff; x = (x ^ (x

Playing with it a bit: * I tried enhancing the precision of the morton order (using 17 bits of the keys instead of 8) but didn't seem to help *...

Interesting. I just now tried to try writing out the compressed ply leaving off the last chunk, but still saw my oddly placed gaussians there.

I wonder if it would be helpful to like color the splats by the chunk they came in with? There must be something strange going on with that particular bucket