TokisanGames / Terrain3D

A high performance, editable terrain system for Godot 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terrain3D

A high performance, editable terrain system for Godot 4.

Features

  • Written in C++ as a GDExtension plugin, 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
  • Up to 16k x 16k in 1k regions (imagine multiple islands without paying for 16k^2 vram)
  • Up to 10 Levels of Detail (LODs)
  • Up to 32 texture sets using albedo, normal, roughness, height
  • Sculpting, holes, texture painting, texture detiling, painting colors and wetness
  • Supports importing 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.

Getting Started

  1. Read the Installation instructions, and the rest of the documentation.

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

  3. Watch the tutorial videos:

Installation, Setup, Basic Usage

Using Terrain3D - Part 1

Texture Painting, Holes, Navigation, Advanced Usage

Using Terrain3D - Part 2

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 plugin has been released under the MIT License.

About

A high performance, editable terrain system for Godot 4.

License:MIT License


Languages

Language:C++ 56.9%Language:GDScript 29.7%Language:GLSL 7.1%Language:Shell 4.0%Language:PowerShell 0.7%Language:Python 0.7%Language:AppleScript 0.6%Language:C 0.4%