Edit of asset "Procedural-Terrain-Generator-for-Godot" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | 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. 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! |
| Category | Demos | |
| License | CC0 | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot | |
| Issues Url | https://github.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/issues | |
| Godot version | Godot 4.4 | |
| Version String | 1.0 | |
| Download Commit | 7489cbad3bc2eb456308e812b68cb40c8553f831 | 7489cbad3bc2eb456308e812b68cb40c8553f831 |
| 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/7489cbad3bc2eb456308e812b68cb40c8553f831.zip |
| Icon Url |
https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/LandscapeTitle.png
|
|
| Preview Insert | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/LandscapeTitle.png
|
|
| Thumbnail |
|
|
| Preview Insert | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/Screenshot_27.jpg
|
|
| Thumbnail |
|
|
| Preview Insert | ||
|---|---|---|
| Type | image | |
| Image/Video URL |
https://raw.githubusercontent.com/EmberNoGlow/Procedural-Terrain-Generator-for-Godot/main/screenshots/Screenshot_24.jpg
|
|
| Thumbnail |
|
|