nartc / angular-three

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

How to deal with the disappearance of gizmo after adding NgtEffectComposer effects? #156

Open yywf77 opened 1 year ago

yywf77 commented 1 year ago

How to deal with the disappearance of gizmo after adding NgtEffectComposer effects?

nartc commented 1 year ago

Hi, sorry for the delayed response. The current version of Angular Three has some snarky bugs with Render Priority in terms of setting up animation loop. On the other hand, I've been working on a different core implementation of Angular Three so I can't tend to these issues.

I'll investigate further to see if it's an easy fix or not. If not, I'll report

yywf77 commented 1 year ago

@nartc ,Thank you very much and look forward to the solution! In addition, the ngt-outline-effect is not implemented in the core library, Can it be implemented like other effects?