I found that the quality of rendering 3dgs files in Houdini's vulkan viewport is sometimes poor, much worse than the rendering effect on the
web page [
superspl.at]:
I'm guessing this might be a problem with the radius of the Gaussian ellipsoid or the formula for the decreasing transparency of projected ellipse.

alex_he
2025年11月5日 16:54:28
The quality issue is caused by the alpha culling we applied for performance optimization. Many points in this PLY file have alpha values lower than the current threshold, so they were all culled out. This issue has been addressed and should be fixed in tomorrow’s daily build.