Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Mesh Extrusion Problem
#27
(08-13-2013, 10:13 AM)Jake Wrote: As I see it, the problem is overlapping. The mesh builder advances the shape along the spline and connect the vertices to form triangles. If the spline is too curvy and distance between two shape segments is too short, segments will overlap and as a result the mesh looks ugly. So (at least in theory out of my head) handling this is a two step process: Detecting overlapping segments and resolving it.

Detecting isn't hard, basically Plane-Plane and Line-Line intersections. Solving that may be harder. Either welding vertices or repositioning them in a clever way might solve the problem.

I may be totally wrong and I didn't tried it yet. If you've got a great idea, let me know.


Aaah now I get what you mean by sharp edges. I was thinking of sharp edges in a sense of shading (you know smooth shading vs flat shading). But you're talking about sharp edges in curves! That sounds considerably less easy to solve indeed.
Reply


Messages In This Thread
Custom Mesh Extrusion Problem - by Kriechgebuesch - 08-11-2013, 11:42 AM
RE: Custom Mesh Extrusion Problem - by Jake - 08-14-2015, 07:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to generate UVs along deformed and copied mesh? kubak 1 568 03-18-2026, 08:34 PM
Last Post: _Aka_
  Replace deform mesh on volume spots Kokoriko49 1 2,509 06-09-2025, 06:49 PM
Last Post: _Aka_
  Mesh Generation between two splines vatan 4 3,993 02-14-2025, 07:11 AM
Last Post: vatan
  Create Mesh Node, Make Static Options rickgplus 1 1,990 01-23-2025, 10:12 AM
Last Post: _Aka_

Forum Jump: