blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

Provide a way to bake all blocks into a simpler mesh #61

Open blackears opened 1 year ago

blackears commented 1 year ago

Create a command that generates a mesh from the blocks so the whole thing can be drawn with fewer draw calls.

TheRektafire commented 1 year ago

This could also be combined with #49 to allow you to split the map into smaller chunks for stuff like better/cheaper on performance culling or for making it easier to tell what part of the map the player is in for example