GS and 3D model overlay

Hi! I am creating a webapp that can overlay a 3D building model (mostly BIM) and a Gaussian Splat and compare them using a slider (like a before-after). I dont know if the supersplat sdk already have something similar.

Hi … SuperSplat is based on PLayCanvas engine, and that can certainly load and display both the 3d geometry along with gaussian splats. One example is here: PlayCanvas Examples where multiple splat models are displayed inside room coming from GLB format.

So what you want to build is definitely doable.