codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
243 stars 32 forks source link

Use Occluders for performance improvement? #101

Open elvisish opened 2 months ago

elvisish commented 2 months ago

I think this is the only thing func_Godot does better than TBLoader, automagically creates occluder meshes to cull geometry. It would be useful to add if anyone would be interested (unfortunately I can't, I'm much too stupid).

codecat commented 2 months ago

Looks like this can be done with OccluderInstance3D. I haven't done anything with it yet, but potentially this might be pretty straightforward.