]> git.localhorst.tv Git - blank.git/history - src/model.hpp
minor optimizations in chunk
[blank.git] / src / model.hpp
2015-05-29 Daniel Karbachnoexcept all the things
2015-05-26 Daniel Karbachdon't push block normals to GPU
2015-03-23 Daniel Karbachuse light levels for shading of blocks
2015-03-11 Daniel Karbachsave a little memory
2015-03-11 Daniel Karbachdevirtualize shape and outline calls
2015-03-10 Daniel Karbachuse one vao per model
2015-03-09 Daniel Karbachuse indices for model rendering
2015-03-03 Daniel Karbachworld class for multiple chunks
2015-02-23 Daniel Karbachoutline pointed-at block
2015-02-19 Daniel Karbachvery basic chunk model
2015-02-13 Daniel Karbachadd some light and color
2015-02-13 Daniel Karbachrename model -> controller
2015-02-12 Daniel Karbachlousy implementation of camera movement
2015-02-12 Daniel Karbachmouse controlled camera pitch/yaw
2015-02-12 Daniel Karbachbegun extracting model class