jscastro76 / threebox

A Three.js plugin for Mapbox GL JS, with support for animations and advanced 3D rendering.
Other
549 stars 145 forks source link

Cannot read properties of undefined (reading 'enrolledObjects') at update (AnimationManager.js:359:13) #426

Open ASang908 opened 1 month ago

ASang908 commented 1 month ago

When I run example 11, the code works fine before adding the animation of the.glb file itself, but after adding the playAnimation (options) method during the running process, the console continues to report errors, how to solve this, I have tried to change the version of my three library to 132, However, the following error will still be reported:TypeError: Cannot read properties of undefined (reading 'enrolledObjects') at update (AnimationManager.js:359:13) Looking forward to your reply! Threebox version:2.2.7

Question