Closed bfops closed 8 years ago
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.
terrain::generate
indices
TerrainBlock
9d15d6019e8395ad638916e43823fd6e083dcfbc changes terrain generation to be easier to adapt to an index buffer.
duplicate of #48
A lot of repetitive info is generated in
terrain::generate
. Adding anindices
field toTerrainBlock
would cut down on the total amount of data we store.