Culling
Finally implemented proper frustum culling into Terrablox. Now, it works perfectly as intended; it knows precisely whether a chunk is inside the camera projection and I even check against the maxHeight inside a chunk, so even if you’re inside that chunk area, if you’re looking away from it’s actually visible areas if counts as outside […]