Looking to replicate the kinematics example showcased in this link:
https://threejs.org/examples/#webgl_loader_collada_kinematics
When using the collada file provided in the example, everything works perfectly. However, when attempting to use my own collada file, I encounter a "length" error at line 138 (using the exact same code for now):
https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_collada_kinematics.html
Does anyone have any insights on why this might be happening?