What is an SPZ file?
SPZ is a compact file format used in modern Gaussian splatting workflows to store and deliver splat-based 3D scenes. In world model workflows, SPZ is useful because it can preserve rich visual appearance while remaining easier to stream or view than many raw scene representations.
Short definition
An SPZ file is a compact way to store a Gaussian splatting scene. Instead of representing a world as triangles, an SPZ-style workflow stores many oriented splats that can be rendered into a photorealistic 3D view.
Exact compatibility depends on the viewer and implementation, but SPZ is increasingly associated with web-viewable 3DGS scenes and AI-generated worlds.
Why SPZ matters for world models
- It can preserve photorealistic appearance from generated or captured scenes.
- It is often easier to view interactively than raw training or reconstruction data.
- It fits browser-based world viewers and shareable spatial previews.
- It is useful for creator workflows where visual fidelity matters more than clean CAD-like geometry.
SPZ vs mesh
| Dimension | SPZ / splat scene | Mesh |
|---|---|---|
| Representation | Many Gaussian splats | Vertices, edges, faces |
| Strength | Photorealistic appearance | Geometry editing and game-engine compatibility |
| Weakness | Harder to edit as objects | May lose visual richness without textures/materials |
| Best use | Viewing, previs, spatial review | Physics, collision, modeling, engines |
When to use SPZ
- Use SPZ when you want a rich, viewable spatial scene.
- Use mesh export when you need object-level editing, collision, or traditional 3D pipelines.
- For AI-generated worlds, it is often useful to keep both: a splat scene for appearance and a mesh for structure.
FAQ
Is SPZ a mesh format?
No. SPZ is associated with Gaussian splat scenes, while mesh formats represent geometry using vertices and faces.
Can I open SPZ in every 3D tool?
No. SPZ support depends on the viewer or tool. Some workflows require conversion or a compatible Gaussian splatting renderer.
Why do AI world models export SPZ?
Because splat-based representations can preserve the appearance of generated worlds and support interactive viewing.
Sources and further reading
Related pages
Continue exploring world models
Roamscape tracks models, formats, use cases, and practical workflows for AI-generated worlds.