[RESOLVED] Sharp mesh edges around edgy curve

Want to create a mesh like in this example: https://threejs.org/docs/#api/en/geometries/TubeGeometry

BUT…

…it needs to based on an edgy bezier curve without folding the mesh. Should look like this:
edges

How to resolve this (mesh not curve)?

Not sure what you need exactly. But maybe this can help. :slightly_smiling_face:

https://hofk.de/main/discourse.threejs/2018/ProfiledContourGeometry/ProfiledContourGeometry.html
@prisoner849

20180923-1409-14639

or from me
https://hofk.de/main/discourse.threejs/2019/ProfiledContourGeometryMM/ProfiledContourGeometryMM.html

From the Collection of examples from discourse.threejs.org

3 Likes

Thank you, will see tomorrow. :wink:

Thank you so much. This helps a lot!

Profiled Contour Geometry MultiMaterial is also included in the Addon to create special / extended geometries see https://github.com/hofk/THREEg.js .

There you can simply delete all not needed geometry to get a slim tool.

2 Likes