sunder/addons/terrain_3d
2026-02-22 02:23:27 -05:00
..
bin upgrade terrain_3d 2026-02-20 18:49:48 -05:00
brushes first commit 🎉 2026-02-18 18:33:17 -05:00
extras first commit 🎉 2026-02-18 18:33:17 -05:00
icons update import metadata 2026-02-22 02:23:27 -05:00
menu first commit 🎉 2026-02-18 18:33:17 -05:00
src first commit 🎉 2026-02-18 18:33:17 -05:00
tools first commit 🎉 2026-02-18 18:33:17 -05:00
utils upgrade terrain_3d 2026-02-20 18:49:48 -05:00
LICENSE.txt first commit 🎉 2026-02-18 18:33:17 -05:00
plugin.cfg first commit 🎉 2026-02-18 18:33:17 -05:00
README.md first commit 🎉 2026-02-18 18:33:17 -05:00
terrain.gdextension first commit 🎉 2026-02-18 18:33:17 -05:00
terrain.gdextension.uid first commit 🎉 2026-02-18 18:33:17 -05:00

Terrain3D Logo

Terrain3D

A high performance, editable terrain system for Godot 4.

Features

  • Written in C++ as a GDExtension addon, which works with official builds of Godot Engine
  • Can be accessed by GDScript, C#, and any language Godot supports
  • Geomorphing 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 for the terrain mesh
  • Foliage instancing, with up to 10 levels of detail, and a shadow impostor
  • Sculpting, holes, texture painting, texture detiling, painting colors and wetness
  • Imports heightmaps from HTerrain, Gaea, World Creator, World Machine, Unity, Unreal and any tool that can export a heightmap. See heightmaps

Getting Started

  1. Read the Installation & Upgrades instructions.

  2. For support, read Getting Help and join our Discord server.

  3. Watch the tutorial videos.

Credit

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.

Contributing

Please see CONTRIBUTING.md if you would like to help make Terrain3D the best terrain system for Godot.

License

This addon has been released under the MIT License.