Edit of asset "Procedural-Terrain-Generator-for-Godot" Accepted

Old/Current New/Edit
Title Procedural-Terrain-Generator-for-Godot Procedural-Terrain-Generator-for-Godot
Description Procedural terrain generation for Godot 4 based on MeshInstance3D and a height map. Generation is available both in the editor and during execution.


Usage
1. Attach the terrain_generator.gd script to a MeshInstance3D node.

2. Set the Heightmap: Set height map texture (e.g., PNG, JPG, etc.).

3. Adjust the Subdivisions property to control the terrain detail. Be careful, as a subdivisions value greater than the map size may result in "steps" on the surface!

4. Configure the data saving path if you want to use it in the editor, and click "Generate Landscapes". Now you can generate the landscape in advance and use it without having to generate a mesh every time you run!

Tested on Godot 4.4. It’s public domain, so use it however you want!
Procedural terrain generation for Godot 4 based on MeshInstance3D and a height map.
Category Demos Demos
License CC0 CC0
Repository Provider GitHub GitHub
Repository Url https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot
Issues Url https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/issues https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/issues
Godot version Godot 4.4 Godot 4.4
Version String 1.0 1.0
Download Commit 7489cbad3bc2eb456308e812b68cb40c8553f831 fa9a779f7d86409db75e143e838bc088a50a6b24
Download Url (Computed) https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/archive/7489cbad3bc2eb456308e812b68cb40c8553f831.zip https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/archive/fa9a779f7d86409db75e143e838bc088a50a6b24.zip
Icon Url https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/LandscapeTitle.png
https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/LandscapeTitle.png