The camera is not recognized in tweenjs onUpdate

Why is this happening?
微信截图_20220711162556
微信截图_20220711162605

The usage of this in your onUpdate() callback is not right. Use an arrow function like in onComplete().

Why does it work when I write this in a test project :rofl: