Skip to content

A high performance, editable terrain system for Godot 4.

License

Notifications You must be signed in to change notification settings

StevenVogelaar/Terrain3D

This branch is 17 commits ahead of, 24 commits behind TokisanGames/Terrain3D:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51a1031 · Feb 1, 2025
Dec 28, 2024
Feb 1, 2025
Aug 19, 2024
Feb 1, 2025
Feb 1, 2025
Jan 6, 2024
Jan 26, 2023
Jan 22, 2023
Feb 1, 2025
Jan 22, 2023
Nov 30, 2023
Jan 7, 2025
Jan 6, 2025
Jan 6, 2025
Jan 6, 2025
Dec 26, 2024
Sep 11, 2023
Jan 30, 2025
Jan 30, 2025
Feb 1, 2025

Repository files navigation

Terrain3D Logo

Terrain3D

A high performance, editable terrain system for Godot 4.

Features

  • 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

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.

Geometry clipmap mesh code created by Mike J. Savage. Blog and repository code released under the MIT license per email communication with Mike.

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.

About

A high performance, editable terrain system for Godot 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.1%
  • GDScript 21.9%
  • GLSL 5.1%
  • Shell 1.9%
  • Python 0.4%
  • PowerShell 0.3%
  • AppleScript 0.3%