crazy2be / buildblast

Build a base, shoot intruders
MIT License
5 stars 1 forks source link

Cleanup + Optimize #167

Closed crazy2be closed 10 years ago

crazy2be commented 10 years ago

We no longer call into Chunk to generate block item meshes, instead calling into chunks/mesh. Added a new chunks/geometry object which represents a meshing-in-progress, and contains the uv, verticies, etc. Optimized mesher code a bit more, down to 5.7ms (from 8ms) on my computer.

kieve commented 10 years ago

:tada: