Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Releases: nartc/angular-three

Release 2.7.3

13 Dec 06:28

Choose a tag to compare

2.7.3 (2021-12-13)

Cleanup

  • repo: revert npm scripts (0195a8d)

Release 2.7.2

13 Dec 06:16

Choose a tag to compare

2.7.2 (2021-12-13)

Bug Fixes

  • core: adjust enhanced rx state actions (6804d2f)

Release 2.7.1

13 Dec 04:04

Choose a tag to compare

2.7.1 (2021-12-13)

Bug Fixes

  • adjust generators (aecf58a)
  • cannon: fix how constraint gets a hold of the bodies inside (b95755e)
  • postprocessing: the effect now adds itself to the EffectComposer#effects (f6e75b4)

Release 2.7.0

13 Dec 03:36

Choose a tag to compare

2.7.0 (2021-12-13)

Features

  • core: refactor how Geometry/Material works (979f83a)
  • core: use DI for Bone/Skeleton instead of Contentquery (e8ffe34)
  • core: use NGT_OBJECT_3D_PROVIDER for all geometries and materials (28b0225)
  • soba: add Image (0e46d7c), closes #28
  • soba: add Line, QuadraticBezierLine, CubicBezierLine (2ca6a13), closes #28
  • soba: add shader material fn (f31dd01)
  • soba: move SobaExtender to core so it can be used by core (02c9e87)
  • soba: use SobaExtender from core instead (8c3910f)

Bug Fixes

  • cannon: use OnInit for PhysicBodyController instead of afterContentInit (667a6bb)
  • cannon: use OnInit for PhysicConstraintController isntead of afterContentInit (f9a913f)
  • core: null check for controller before running assign (7a33b49)
  • core: use timer rxjs for loader (8285fbd)

Documentations

  • demo: try abstracting material (0c31312)

Release 2.6.0

10 Dec 23:18

Choose a tag to compare

2.6.0 (2021-12-10)

Features

  • core: add raycast to object3d (aec28bd)
  • soba: add Loader component (58ff9b8)
  • soba: add progress service (ed0dedb)

Bug Fixes

  • core: ensure CustomRenderer works with other stuffs like Scene as well (293ce31)
  • core: ensure uuid is present before adding to animations (52ffae8)
  • core: remove comment and return the clean up fn in AudioListener (7f33803)
  • core: rename animationSubscriber#subscribe to prepare for better distinction with RxJs (b1160e6)
  • core: use getActions from rx-state (0a8b081)
  • soba: rename loaders to be prefixed with Ngt (b844f41)

Documentations

Release 2.5.0

10 Dec 03:10

Choose a tag to compare

2.5.0 (2021-12-10)

Features

Bug Fixes

  • core: when disabled is true, only disable the events and append handler on object3d (1b1fa9d)

Documentations

  • demo: adjust level of details demo (bce4199)
  • storybook: fix typo in import (#36) (bf263dc)
  • storybook: use disabled true on the icosahedron in detailed stories (03baa05)

Cleanup

Release 2.4.2

08 Dec 14:58

Choose a tag to compare

2.4.2 (2021-12-08)

Bug Fixes

  • core: try disabling object3d controller (1d78075)

Documentations

Release 2.4.1

08 Dec 06:51

Choose a tag to compare

2.4.1 (2021-12-08)

Bug Fixes

Release 2.4.0

08 Dec 06:49

Choose a tag to compare

2.4.0 (2021-12-08)

Features

Bug Fixes

  • core: fix materials generator exportAs (ab75e06)

Release 2.3.0

08 Dec 05:12

Choose a tag to compare

2.3.0 (2021-12-08)

Features