Block a user
Add Support for Custom Brushes in Map Editor
Option to Load Custom Terrain Brush Masks
WIP: Add Support for Custom Brushes in Map Editor
Fix Large Terrain Performance Issues
kayomn
deleted branch large-terrain-performance-fix from protectorate/game
2023-01-23 21:32:19 +01:00
Fix Large Terrain Performance Issues
A better and less-disruptive solution would actually be to use RenderingServer.texture_2d_update_partial()
, however that won't happen until https://github.com/godotengine/godot/issues/65762 is…