File Release Notes and Changelog
Release Name: 0.9
Notes:
This release has many new important features (GLModel, GLCamera, VBOs, PBOs, render to VO), but they are still in a preliminary stage (particularly camera, model and PBOs. This situation will improve as version 1.0 is approached.
Changes:
Added GLCamera and GLModel classes
Added SwarmingPoints example to show use of GLCamera and GLModel
MouseInvert example added.
Added GLFramebufferObject class, plus some special methods in GLState to provide more flexibility when dealing with FBOs.
Fixed ARGB to GL_RGBA conversion bug.
clearDrawBuffers method removed from GLFramebufferObject class.
Added PBO texture loading. Is not functional though.
Implemented Renter to VBO in GLTextureFilter.