6 ms·
It used to be missing occlusion culling, which is a big deal. I think it either has it now or else it’s in v4 though? It was sparse on tutorial content from th
by hertzrat 4y ago
It used to be missing occlusion culling, which is a big deal. I think it either has it now or else it’s in v4 though?
It was sparse on tutorial content from the community too, but that seems changed a lot too since then
I wonder what their heavily nested scene graphs do to performance but haven’t tested it
- cypress66 4y agoIt's insane that a game engine until 2021 had no occlusion culling. Really tells you that the engine is not made with "big" 3d worlds in mind.
- KronisLV 4y agoHere's Godot's current implementation of occlusion culling (sort of), though it needs some manual setup: https://docs.godotengine.org/en/stable/tutorials/performance/optimizing_3d_performance.html#occlusion-culling https://docs.godotengine.org/en/stable/tutorials/performance...