This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Releases: nartc/angular-three
Releases Β· nartc/angular-three
Release 2.7.3
Release 2.7.2
Release 2.7.1
Release 2.7.0
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
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
2.5.0 (2021-12-10)
Features
- core: migrate to RxAngular (#37) (eb944ac), closes #31 #35 #35 #35 #35 #35 #35 #35
- core: update THREE 0.135 (e545086)
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
- core: remove comments (846c34c)