Hey there, Im experimeting with gaussian splattings using the playcanvas engine and I want to use transparent meshes above the gsplats to highlight certain areas.
I found out that meshes and gsplats dont play nice together with meshes becasue of sorting and transparency.
An idea would be to create a invisible mesh volume that has a simplified shape as the gsplats and have this to occlude the meshes.
Is this a normal practice with gsplats? Are there examples about this?
Would love to hear anything related to this and how to solve it.