M Terrain v0.18.2-alpha
MTerrain - New Release
Note
To update to the new version, clear the mterrain folder in the main project directory and the m_terrain folder in the addons directory.
🌿 Main Features
-
Procedural Grass & Trees: Add grass and trees using logic—no external data.
- ScriptVirtual Mode: Use GDScript for procedural placement.
- Virtual Mode: Use GDExtension for programmatic placement.
_get_grassfunction lets you control which cells have grass or objects.
-
Faster Loading & Run-Time Chunking: Terrain loads much faster also chunk load faster at run-time.
-
Signals for Grass Placement:
grass_init: Before grass is added.grass_ready: After all grass is added.
-
Bug Fixes: Fixed data races that caused crashes in
MCurveandMImage, along with many other small bug fixes.
This release makes MTerrain faster, more flexible, and fully procedural for grass and environmental objects.