bfops / playform

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

Prioritize loading blocks in the view frustum #102

Closed bfops closed 9 years ago

bfops commented 9 years ago

Right now, we load blocks in cubic layers around the player. We should prioritize the ones (roughly) inside the view frustum.

bfops commented 9 years ago

Closing for now; things load quickly enough, and this adds overhead.