Skip to content

Releases: learosema/ella-math

v1.4.1

14 Feb 22:55
Compare
Choose a tag to compare

1.4.1 (2023-02-14)

Bug Fixes

  • use module syntax for jest config (5d005d1)

v1.3.2

17 Mar 11:07
Compare
Choose a tag to compare

1.3.2 (2022-03-17)

Bug Fixes

  • update package.json information (c625003)

v1.3.1

17 Mar 11:00
Compare
Choose a tag to compare

1.3.1 (2022-03-17)

Bug Fixes

  • fix lint bugs, update deps (1f5f69f)

v1.2.0

07 Dec 10:21
Compare
Choose a tag to compare

1.2.0 (2021-12-07)

Features

v1.1.0

07 Dec 09:47
Compare
Choose a tag to compare

1.1.0 (2021-12-07)

Features

  • add linear interpolation (01109f0)

v1.0.0

06 Dec 15:44
59f2254
Compare
Choose a tag to compare

1.0.0 (2021-12-06)

Features

  • update license, change API (59f2254)

BREAKING CHANGES

    • lookAt moved to Mat4 namespace
  • lookAt returns the lookAt matrix (as in the linked WebGL fundamentals article), not the view matrix
  • to get the view matrix from the lookAt matrix, inverse the matrix