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