Skip to content

Latest commit

 

History

History
66 lines (30 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

66 lines (30 loc) · 3.09 KB

0.8.1 (2022-10-05)

Bug Fixes

  • materials: properly handle emissive (5de9aba)
  • materials: properly handle expressions (0e384b2)

0.8.0 (2022-10-04)

Bug Fixes

  • render: ensure canvases have sizes (aff8f0a)
  • statsPlugin: bind this to the listeners (5557ecf)

Features

  • groups: add base implementation (fd9b393)
  • plugins: add a base API for plugins to use (6b0288a)
  • sizing: add 2 utility methods to deal with (re)size (3fd9c24), closes #26
  • special: add base for special object (9950d29)
  • stats: move to plugin (fc871d4)
  • WC: add addPlugins method to web component (76acf76)
  • WC: create a web component (150c15e)

0.7.0 (2022-08-05)

Features

  • copy: add base copying objects (a81ea47)

0.6.1 (2022-05-14)

Bug Fixes

  • render: update meshes params w. comp. value (43254ce)

0.6.0 (2022-05-13)

Bug Fixes

  • computation: correct func. calls tokenization (ebcdd04)

Features

  • add base for plugins (5c2e835)
  • add onstartrenderloop & onstoprenderloop (8e712f6)
  • add pause and resume animation methods (37bbe35)
  • microphone: add usermedia plugin (1135dfe)