maxmmyron / voxel

1 stars 0 forks source link

Remove extra vertices from chunk meshes #45

Open maxmmyron opened 2 years ago

maxmmyron commented 2 years ago

Occurs during chunk mesh generation Multiple occurrences of the same vertex exist in a chunk. This could be improved by making triangles share vertices, instead of creating new ones.