Skip to content

Releases: tchayen/red-otter

Release 0.1.15

11 Feb 22:42
Compare
Choose a tag to compare

0.1.15 (2024-02-11)

Bug Fixes

  • export LRUCache and Queue (2a59580)

Release 0.1.14

04 Feb 18:20
Compare
Choose a tag to compare

0.1.14 (2024-02-04)

Bug Fixes

  • replace Mat4.rotateFromQuat() with Mat4.getRotationAndTranslationFromQuatAndVec() (2c11e0e)

Release 0.1.13

04 Feb 00:03
Compare
Choose a tag to compare

0.1.13 (2024-02-04)

Bug Fixes

  • correct more math functions (c013d58)

Release 0.1.12

03 Feb 21:32
Compare
Choose a tag to compare

0.1.12 (2024-02-03)

Bug Fixes

Release 0.1.11

03 Feb 19:46
Compare
Choose a tag to compare

0.1.11 (2024-02-03)

Bug Fixes

  • change Mat4.perspective to use WebGPU NDC space (ebaf0fa)

Release 0.1.10

02 Feb 21:04
Compare
Choose a tag to compare

0.1.10 (2024-02-02)

Bug Fixes

  • load color attachment in render pass instead of clearing (70e763e)

Release 0.1.9

02 Feb 20:43
Compare
Choose a tag to compare

0.1.9 (2024-02-02)

Bug Fixes

Release 0.1.8

02 Feb 20:26
Compare
Choose a tag to compare

0.1.8 (2024-02-02)

Bug Fixes

  • make Mat4.lookAt() work like in other math libraries (d9e2dbf)

Release 0.1.7

20 Jan 18:26
Compare
Choose a tag to compare

0.1.7 (2024-01-20)

Bug Fixes

Release 0.1.6

13 Jan 15:42
Compare
Choose a tag to compare

0.1.6 (2024-01-13)

Bug Fixes

  • add support for onKeyDown in inputs (53e7aad)