anu-prakash-dev / SimpleTerrain

A simple terrain system created for Godot 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleTerrain for Godot 4

SimpleTerrain is a Godot 4 addon which provides a SimpleTerrain node as well as editor features to modify the terrain.

I did a YouTube video explaining the functionality and structure of SimpleTerrain here: https://www.youtube.com/watch?v=AK951MB9kXM

Features

  • Editor plugin for easy integration
  • Splatmap support for up to 4 textures
  • Normal mapped texture support
  • Optional triplanar texturing
  • Ability to paint holes in terrain
  • Collision map generation
  • Chunked LOD system for performant rendering

Installation

  1. Clone this repo or download as a zip by clicking the Code button above.
  2. Copy the contents of the addons folder to your project's addons directory.
  3. Enable in Godot under Project Settings > Plugins.

Usage

After installation, add a SimpleTerrain node to your scene. You can set the heightmap texture and edit via the terrain brush toolbar.

License

This addon is available under the CC0 license.

About

A simple terrain system created for Godot 4.

License:Creative Commons Zero v1.0 Universal


Languages

Language:GDScript 100.0%