Skip to content

v0.4.6: Bugfix and Improvements

Compare
Choose a tag to compare
@recp recp released this 27 May 09:04
· 1118 commits to master since this release

New Features or Improvements:

  • optimize glm_scale_make and glm_translate_make
  • align local variables on stack (because since v0.4.5, alignment is optional)
  • add missing call versions
  • helper for getting center of aabb (wrapper for vec_center)

Bug fixes:

  • fix glm_translate_to

API changes:

  • improve glm_mat4_mulv3 to apply translation too