Example of 3D bezier curves with handles for editing?

Is there an example in the wild that uses Three’s bezier utilities to make interactive editable bezier curves?

Hi!
Are you looking for something like this https://threejs.org/examples/?q=edi#webgl_geometry_spline_editor or this http://discourse.threejs.hofk.de/2018/interactiveShape/interactiveShape.html

4 Likes

Sort of. Those don’t seem to have bezier handles to adjust curvature. Did I miss them?

Looking for something like this: https://youtu.be/s3k8Od9lZBE (near the end it shows interacting with the handles).

Yes, they don’t have those handles, but is it somehow different from manipulating of control points in the provided examples?

Yeah, they don’t offer a non-programmer designer the flexibility they need (f.e. similar to paths in Adobe Illustrator, but in 3D). If I can’t find any I’ll just have to make some!

2 Likes