Does GS utilize that GS anti aliasing functionality?
Postshot can generate AA for GS and e.g. the PC player can toggle that in the quality settings?
Best. Werner
Does GS utilize that GS anti aliasing functionality?
Postshot can generate AA for GS and e.g. the PC player can toggle that in the quality settings?
Best. Werner
With .SPZ the flag trainedWithAntialiasing is set, kernel size is set to 0.1 and compensation is on. This is the same behavior as gsplat.
Without spz, these flags can be set manually on the GS depending on your datas.
is there a documentaion about that? ![]()
I feel like it needs a bit more documentation. I’ll do a PR shortly.
I’ve added links in code comments for documentation : Gaussian Splatting Inspector V2 by CedricGuillemet · Pull Request #17240 · BabylonJS/Babylon.js · GitHub Beware, it’s a lot of math and derivative ![]()
Thank you so much!