This repository was archived by the owner on Feb 10, 2023. It is now read-only.
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)