Skip to content

Releases: Eyescale/vmmlib

1.14.0

20 Mar 09:35
357b8f0
Compare
Choose a tag to compare
  • 77:
    Added a rotate function to the quaternion class for rotating vectors
  • 76:
    Made AABB attributes public for ICC compiler
  • 75:
    Public array for quaternion to align with vectors
  • 74:
    Fix non-working friend declaration
  • 73:
    Enable serialization support using StaticJSON
  • 72:
    Some Windows-related fixes.

1.13.0

07 Jun 08:03
Compare
Choose a tag to compare
  • 68:
    Fix Frustum ctor with fovy and aspect ratio where computePerspectiveMatrix()
    would return wrong results
  • 67:
    Add AABB::isInFront()
  • 63:
    Remove conversion assignment operators for vectors

1.12.0

09 Dec 10:23
Compare
Choose a tag to compare
  • 62
    Removed a check in Matrix::computeInverse() that was discarding
    valid matrices

1.10.0

07 Apr 14:39
Compare
Choose a tag to compare
  • 49:
    Add lookAt support for 4x4 matrices
  • Improved API and test coverage

1.9.0

03 Nov 13:45
Compare
Choose a tag to compare
  • 26:
    Clean up Vector::get_sub_vector()
  • Fix AABB default ctor for unsigned values
  • 24:
    Extended Vector typedefs
  • 23:
    Implement Vector::product