tutorials

Gaussian Splatting Bridge
This application is an essential tool for the Gaussian Splatting ecosystem, as there is currently no direct way to sculpt or geometrically correct splats without compromising their underlying data structure. GS2Z acts as a critical bridge that transforms the point cloud into three-dimensional pyramids visible to professional modeling software such as ZBrush.

This approach enables tasks that were previously impossible, such as closing holes in the reconstruction, manually removing noise, or adjusting volumes using deformation brushes. By converting the points into solid geometry (pyramids), external software can interpret the data as a real mesh, facilitating precise artistic editing.

The workflow is highly intuitive: first, the user uploads their PLY file to extract the pyramids into an OBJ format; after making the desired adjustments (always using deformation to preserve the vertex order), the edited file is uploaded back to the app, which reinjects the new positions into the original file while keeping all color and transparency metadata intact.

​