Struggling with paths

I used const curve = new THREE.CatmullRomCurve3( somePoints );
not bezierLine = new THREE.CubicBezierCurve3

see three.js docs

1 Like