huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.26k stars 77 forks source link

Intersection Tester Favors Large Splats #92

Open TravisThomp opened 3 months ago

TravisThomp commented 3 months ago

If you place a small splat in the boundary of a large splat and use the intersection tester, the intersection tester will only return the small splat.

Example: If you put a drill on the Bonzai table and use the intersection tester on a click directly on the drill, only bonzai splat will ever be returned.

image