Where do I find the spline editor?

Hi guys, I need to create a path through my model in order to implement a moving camera.
How do I find the spline editor?

Regards,
Adonis

Hi!
Have a look at this example:
https://threejs.org/examples/?q=spline#webgl_geometry_spline_editor
You can modify it for your needs.

Yes, thank you for this. But what if I want to start from scratch?
I want to learn and understand how or if the spline is created in THREE.js.

Well, feel free to do it your own way, using that example just for reference :slight_smile:

Thanks, but I think I misunderstood. It has to be all code, there is no drawing without code.
Well, I guess I just have to learn a new skill.

Greetings

Another resource for reference :slight_smile:
https://jsfiddle.net/prisoner849/snyqgmke/
I wrote it about a year ago, just for fun.

4 Likes