nartc / angular-three

🧊 THREE.js integration for Angular 🧊
https://angular-three.netlify.app/
MIT License
306 stars 26 forks source link

6.0.0-beta #141

Closed IRobot1 closed 2 years ago

IRobot1 commented 2 years ago

Upgrading the ng3-cannon-demo gives the following problems

Compile time

Runtime Error: NG0200: Circular dependency in DI detected for NgtColorAttribute. Its not specific to NgtColorAttribute. Any NGT object inside results in this error. I'll see if this happens in other projects first

IRobot1 commented 2 years ago

The runtime Error: NG0200: Circular dependency in DI detected... went away after upgrading to Angular 14.1

IRobot1 commented 2 years ago

Upgrading ng3-vr-examples gives the following problems

Compile time

Runtime

IRobot1 commented 2 years ago

Upgrading to ng3-ar-examples had similar issues, but was able to work-around them all.

IRobot1 commented 2 years ago

List of breaking changes

nartc commented 2 years ago

Thank you for trying it out.

Cool. I'm working towards updating docs atm.

EDIT: https://docs-branch-v6-deploy--angular-three.netlify.app/ v6 docs has been pushed. Can you double check to see if there's anything missing?