Frustum culling for chunk meshing
splashdust opened this issue · 0 comments
splashdust commented
Currently, chunks are meshed to a certain uniform distance from the camera Transform. This should be updated to instead only mesh chunks that are visible in view, plus some configurable padding outside the view.
The culling strategy could be configurable to support both approaches.