The engine

Voxel infrastructure, explained.

Strata is the voxel engine inside Cornerstone Studios' modular construction toolkit. This is the short version. The technical breakdown goes deep.

What it is

Strata solves one specific problem. When a builder drops in a new module — a wall, a corner, a sloped block — the engine should immediately know how it connects to every other module, how it looks at every level of detail, and how it bakes, without per-asset hand-tuning.

It is built on voxelization rather than boolean mesh operations or signed-distance fields. Cell-grid solidity gives precise face-snap behavior and clean level-of-detail scaling without authored hint data — the geometry tells the truth, and the engine reads it.

Why it matters

Most engines either don't validate their output or full-sweep it periodically. Strata certifies each asset at authoring time, so the cost of correctness is decoupled from the size of the library — adding the next module doesn't re-certify the rest.

It also reuses work it has already proven. Where geometry is symmetric, Strata recognizes it and skips redundant computation during live baking — a different regime from the offline compression voxel work usually settles for.

What it's for

The voxel world skews toward procedural terrain and destruction. Modular, architectural, prefab construction — assembling deliberate structures from a certified kit of parts — is mostly unclaimed ground. That is the ground Strata is built for: a construction toolkit where every part is known-good before it ships.

How we know it's right

Strata's bake pipeline is a correctness boundary, not a renderer. Its job is to produce results that can be parity-checked — every bake compared across compute backends, every mismatch made measurable and locatable. Speed comes second to verifiability, which is what makes the certification meaningful in the first place. The numbers behind that claim are on the technical page.

Strata isn't public yet.

Be first through the door. One note when Strata opens. No spam, no list-selling.