elemel / crust

CRUST
1 stars 1 forks source link

Improve draw performance #17

Closed elemel closed 12 years ago

elemel commented 12 years ago

Start with frustum culling. If that's not enough, look into using vertex buffers instead of, or in addition to, vertex arrays.

elemel commented 12 years ago

Might want to group static blocks into a single vertex buffer per sector.