Large worlds

Build and stream very large scenes: coordinate precision, cell streaming, mesh terrain, water bodies, Cesium 3D Tiles, and procedural content.

Compared with upstream O3DE (single-precision world path, heightfield Terrain only, no built-in World Streaming / Water), Dawn Engine ships an integrated large-world stack. Cesium 3D Tiles is built into the engine, wired to LargeWorld, and maintained as a first-class capability—the historical Cesium for O3DE community Gem is no longer actively maintained.

TopicDescription
Double-precision renderingLarge world coordinates, render origin, and project settings, with API reference including HighPrecisionTransformBus.
World StreamingMulti-chapter handbook: grid partitioning, bake, runtime streaming, HLOD, layers, multiplayer, and APIs.
PolyTerrainTrue 3D mesh terrain handbook: modifiers, bake, heightfield coexistence, VT / PCG / streaming.
WaterRivers, lakes, and oceans: waves, refraction, shore/flow bake, buoyancy, and surface queries.
Cesium 3D TilesMulti-chapter handbook: ion / URL tilesets, georeference, overlays, navigation, recipes, and API reference.
PCG (preview)PolyTerrain PCG graphs available now; general-purpose PCG Gem planned.
ContentTools (preview)Planned spline roads/pipelines, crowds, and volumetric sky content tools.