Warehouses and halls
Measure aisles and gates, plan a rebuild, show floor space to tenants or contractors.
Warehouses and hallsYou walk through once and film. Splatastic turns that into a walkable 3D model with a collision mesh, true to scale: one unit is one metre.
Not a link to a platform but files that fit into your own software. Every delivery carries its scale inside it: one unit is one metre, and the floor is down.
splat.plyThe walkable splatFor viewers, Unreal, Unity, SuperSplat.collision.glbThe collision meshSo you walk in the model instead of through its walls — in the same frame as the splat.meta.jsonScale and provenanceLevelled to the floor, the device, the quality tier and the metrics of the run.1 unit = 1 mpackage.zipAll of it in one fileOne download when you do not need the parts separately.Exactly what the delivery contract guarantees — no more. A package that breaks the contract is not delivered.
Read the delivery contractFour steps — and one of them is the step nobody else mentions: the capture is checked before anything is computed.
Walk the room slowly and film with the ultra-wide lens, 0.5×. Use it wherever your phone has it: at 0.5× the camera path solved with a 1.47 px loop error, while the same walkthrough stayed unsolved at 1×. Large halls go section by section.
You upload the video in the browser. It goes to storage in parts, straight past us; if the connection drops it carries on where it stopped.
Frames and camera path are checked before the GPU computes. If something does not look good we tell you first — and you decide whether it runs anyway.
Download the splat, the collision mesh and the scale, share them by link, or fetch them through the API.
Spaces you want to measure, show or plan around without driving out there every time.
Measure aisles and gates, plan a rebuild, show floor space to tenants or contractors.
Warehouses and hallsKeep one day on site as something you can walk — with dimensions instead of a pile of photos.
Construction sitesMake flats and commercial space walkable, then share the link or embed it.
Real estateYour system creates the capture, uploads the video straight to storage and receives a signed webhook when the delivery is ready. With your own reference, and no interface in between.
curl -X POST https://splatastic.com/api/v1/captures \
-H "Authorization: Bearer sk_…" -H "Content-Type: application/json" \
-d '{ "filename": "rundgang.mp4", "sizeBytes": 214748364,
"siteName": "Halle 12", "clientRef": "acme:asset-42" }'{
"event": "capture.state",
"capture": {
"clientRef": "acme:asset-42",
"state": "done",
"hasResult": true
}
}Got a space you want to show as something people can walk?
Request access