Commit 9ec3f283

– preliminary support for dynamic uniform buffers
– make the renderer support starting up without any meshes to render

In addition to the regular uniform buffers, this commit added dynamic uniform buffers to every model created on the renderer. These were later used for updating information specific to a model on a per-frame basis, such as rotation and position.
Furthermore this commit allowed OLives to start without any meshes loaded by injecting dummy data into the renderer until a proper mesh is loaded.

Leave a Reply

Your email address will not be published. Required fields are marked *