bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Vertex indices #133

Closed bfops closed 8 years ago

bfops commented 9 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.

bfops commented 9 years ago

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

bfops commented 8 years ago

duplicate of #48