Rendering only visible Geometries: How to improve performances by rendering managment?

The tutorial will show how to only draw faces that are needed, and the greedy meshing can be found here:

for the github repo it can be found under: Cubes/src/com/cubes/BlockChunk_MeshOptimizer.java

1 Like