Edit of asset "Terrain splitter" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Terrain splitter | Terrain splitter |
| Description |
A lightweight Godot 4 editor add-on that takes a single, massive MeshInstance3D and seamlessly slices it into a grid of smaller, optimized chunks directly within the editor. How to use: Select any MeshInstance3D node in your scene tree. Look at the top of your 3D Viewport (next to the Translate/Rotate/Scale tools) and click the new Split Terrain button. A menu will pop up. Enter the number of chunks you want for the X and Z axes. Check Make static bodies if you want collision shapes generated for the chunks (highly recommended for walkable terrain). Click OK. The addon will calculate the bounds, slice the triangles, re-index the vertices to save memory, and spawn the new chunks as children of your original mesh. |
A lightweight Godot 4 editor add-on that takes a single, massive MeshInstance3D and seamlessly slices it into a grid of smaller, optimized chunks directly within the editor. How to use: Select any MeshInstance3D node in your scene tree. Look at the top of your 3D Viewport (next to the Translate/Rotate/Scale tools) and click the new Split Terrain button. A menu will pop up. Enter the number of chunks you want for the X and Z axes. Check Make static bodies if you want collision shapes generated for the chunks (highly recommended for walkable terrain). Click OK. The addon will calculate the bounds, slice the triangles, re-index the vertices to save memory, and spawn the new chunks as children of your original mesh. |
| Category | 3D Tools | 3D Tools |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/Stand43/terrain-splitter | https://github.com/Stand43/terrain-splitter |
| Issues Url | https://github.com/Stand43/terrain-splitter/issues | https://github.com/Stand43/terrain-splitter/issues |
| Godot version | Godot 4.0 | Godot 4.0 |
| Version String | 1.0 | 1.0 |
| Download Commit | d7eb7b115f9ea6793295c2f48dea08c891779abf | d7eb7b115f9ea6793295c2f48dea08c891779abf |
| Download Url (Computed) | https://github.com/Stand43/terrain-splitter/archive/d7eb7b115f9ea6793295c2f48dea08c891779abf.zip | https://github.com/Stand43/terrain-splitter/archive/d7eb7b115f9ea6793295c2f48dea08c891779abf.zip |
| Icon Url |
https://github.com/Stand43/terrain-splitter/blob/d377b6a20c719859a0bd7d6d989645a46dcadaf9/Gemini_Generated_Image_terrain-splitter.png?raw=true
|
https://github.com/Stand43/terrain-splitter/blob/d377b6a20c719859a0bd7d6d989645a46dcadaf9/Gemini_Generated_Image_terrain-splitter.png?raw=true
|