bfops/playform

Vertex indices

Closed this issue · 2 comments

A lot of repetitive info is generated in terrain::generate. Adding an indices field to TerrainBlock would cut down on the total amount of data we store.

9d15d60 changes terrain generation to be easier to adapt to an index buffer.

bfops commented

duplicate of #48