Edit of asset "Procedural VOXEL Terrain Generator" Accepted

Old/Current New/Edit
Title Procedural VOXEL Terrain Generator Procedural VOXEL Terrain Generator
Description A simple Minecraft-style Procedural Voxel Terrain generation for Godot 4 based on MeshInstance3D and 3D noise. This is a simple, quick draft.

Usage:
1. Attach the VoxelMesh.gd script to a Node3D.
2. Set the Noise: Set fast noise lite.
3. Adjust the Chunk size property to control the terrain size. Be careful - large values slow down the editor a lot!
4. Set another parameters - inverse noise, material, etc.

Tested on Godot 4.4. It’s public domain, so use it however you want!

Disadvantages:
The algorithm is very simple.
Large terrain require a lot of computing power.
No UV, use triplanar materials.
A simple Minecraft-style Procedural Voxel Terrain generation for Godot 4 based on MeshInstance3D and 3D noise. This is a simple, quick draft.

Usage:
1. Attach the VoxelMesh.gd script to a Node3D.
2. Set the Noise: Set fast noise lite.
3. Adjust the Chunk size property to control the terrain size. Be careful - large values slow down the editor a lot!
4. Set another parameters - inverse noise, material, etc.

Tested on Godot 4.4. It’s public domain, so use it however you want!

Disadvantages:
The algorithm is very simple.
Large terrain require a lot of computing power.
No UV, use triplanar materials.
Category Demos Demos
License CC0 CC0
Repository Provider GitHub GitHub
Repository Url https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain
Issues Url https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/issues https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/issues
Godot version Godot 4.4 Godot 4.4
Version String 1.0 1.0
Download Commit 8d6665e1b292f5121a06e8b6d579d4bda3dd412f 8d6665e1b292f5121a06e8b6d579d4bda3dd412f
Download Url (Computed) https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/archive/8d6665e1b292f5121a06e8b6d579d4bda3dd412f.zip https://github.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/archive/8d6665e1b292f5121a06e8b6d579d4bda3dd412f.zip
Icon Url https://raw.githubusercontent.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/refs/heads/main/screenshots/Screenshot_12.png
https://raw.githubusercontent.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/refs/heads/main/screenshots/Screenshot_12.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/refs/heads/main/screenshots/Screenshot_10.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/EmberNoGlow/Godot-Procedural-VOXEL-Terrain/refs/heads/main/screenshots/Screenshot_12.png
Thumbnail