Skip to content

CSCI441 Library v5.4.0

Compare
Choose a tag to compare
@jpaoneMines jpaoneMines released this 26 Aug 21:58
· 24 commits to master since this release
  • Updated glm dependency to v1.0.1
  • Added half sphere and dome to HUD example
  • Fixed shader uniform debug output typos
  • OpenGLUtils: Does not print full list of extensions with OpenGL statistics, created a separate function that can be called for full listing
  • MD5Camera: fixed bug where inverseQ normalization was being discarded and not set
  • MD5Model: added GLM_ENABLE_EXPERIMENTAL for quaternion header to match GLM v1.0.1
  • OrthographicCamera: fixed bug where _updateProjectionMatrix was not declared inline