A high performance, editable terrain system for Godot 4.
- Written in C++ as a GDExtension addon, which works with official engine builds
- Can be accessed by GDScript, C#, and any language Godot supports
- Geometric Clipmap Mesh Terrain, as used in The Witcher 3. See System Architecture
- Terrains as small as 64x64m up to 65.5x65.5km (4295km^2) in variable sized regions
- Up to 32 textures
- Up to 10 levels of detail
- Foliage instancing
- Sculpting, holes, texture painting, texture detiling, painting colors and wetness
- Imports heightmaps from HTerrain, WorldMachine, Unity, Unreal and any tool that can export a heightmap (raw/r16/exr/+). See importing data
See Project Status for details.
-
Read the Installation & Upgrades instructions.
-
For support, read Getting Help or join our Discord server.
-
Watch the tutorial videos:
Installation, Setup, Basic Usage
Texture Painting, Holes, Navigation, Advanced Usage
Developed for the Godot community by:
Cory Petkovsek, Tokisan Games | |
Roope Palmroos, Outobugi Games |
And other contributors displayed on the right of the github page and in AUTHORS.md.
Geometry clipmap mesh code created by Mike J. Savage. Blog and repository code released under the MIT license per email communication with Mike.
Please see CONTRIBUTING.md if you would like to help make Terrain3D the best terrain system for Godot.
This addon has been released under the MIT License.