0

MeshBuilder.AddTube

Anonymous 10 years ago updated by anonymous 7 years ago 1
This discussion was imported from CodePlex

xjindf wrote at 2013-09-28 15:50:

When the path turning point less than or equal to 90 degrees, the tube is not a smooth transition, such as: Path = "0 0 0 0 2 0 0.5 4 0 0.9 3.5 0", looking forward to your answer, thank you!

objo wrote at 2013-09-29 09:01:

RIght, the extrusion algorithm is very simplified and will not work well with sharp angles.
It would be very interesting to see improvements to this implementation!
See how the joins are solved in the GLE Tubing and Extrusion library (GPL).
I am not aware of any .NET implementations.