godot-tbloader icon indicating copy to clipboard operation
godot-tbloader copied to clipboard

Build every brush as separate mesh

Open jairbolsonaropresidenteem2026 opened this issue 2 years ago • 4 comments

Hello! How are you?

My question is: Is there any way to compare the map, but instead of merging everything into a single model, does it create a mesh instance for each object on the map? I think it would be better to use occlusion occluder and etc.

Example: image image

Instead of merging all these cubes into a single mesh instance, it creates multiple nodes for each cube. Just like groups works

Would also be useful to be able to group meshes. Would be nice to allow for one mesh per brush.

solitaryurt avatar Apr 10 '23 02:04 solitaryurt

If there are over a certain number of meshes in a group, should it become a multi mesh instance instead? I wonder if that would fix the performance/crashing of very large maps in the current version too.

krazyjakee avatar Jul 25 '23 11:07 krazyjakee

Keep in mind you can use brush entities to separate brushes from the worldspawn mesh. If that's what you want.

Skaruts avatar Oct 07 '23 21:10 Skaruts

You can also separate brushes out by layers, and groups, so... this IMHO just seems like an opinion piece

victorbstan avatar Nov 29 '23 20:11 victorbstan