Skip to content

CSG Terrain v0.5 beta for Godot 4.4 beta

Latest
Compare
Choose a tag to compare
@SpockBauru SpockBauru released this 17 Jan 00:09
· 4 commits to main since this release
d6d28ee

CSG Terrain

Prototype your terrain faster with the power of curves and CSG nodes!

CSG Terrain is a plugin for Godot Engine to prototype terrains on a simple and non destructive way. It's made with CSG (Constructive Solid Geometry), so you are supposed to combine with geometric shapes and even other terrains to achieve the desired form.

Unlike other systems the terrain is molded purely with paths, not brushes or other 3D tools. This forced simplicity allows to focus on what is important before finalizing in 3D software.

How to install

  1. Download CSG_Terrain_0.5-Beta.zip bellow
  2. Extract the addons folder on the root of your project (res://). Other files/folders are optional.
  3. Go to Godot's "Project" menu -> "Project Settings" -> "Plugins" tab -> enable "CSG Terrain".
  4. Place the node CSGTerrain on your scene \0/.

Read the docummentation at https://github.com/SpockBauru/CSG_Terrain

WARNING: This plugin only works for Godot 4.4 Beta or later.