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
- Download CSG_Terrain_0.5-Beta.zip bellow
- Extract the
addons
folder on the root of your project (res://
). Other files/folders are optional. - Go to Godot's "Project" menu -> "Project Settings" -> "Plugins" tab -> enable "CSG Terrain".
- Place the node CSGTerrain on your scene \0/.
Read the docummentation at https://github.com/SpockBauru/CSG_Terrain