How to create or extrude a mesh along a spline?

How to create or extrude a mesh along a spline?

I can interpolate through the curve and generate my segments and use that. If I were just making a single straight line I could take the normal of that vector and extrude the endpoints to get the vertices for a quad and do it that way, but how should I handle the curve part?

How to use splinemesh to create curved content?

[ATTACH] [ATTACH] This 2200 triangles beauty by Janpec updates at 800 fps on i5 v1.2: bend on any spline interval, not only on each curves. Better… Products Solutions Case Studies Learning Support & Services

Is the thickness of a mesh a constant?

Yes, thickness is some constant that you should fiddle around to find a good value. If your world units are pixels, then your mesh will be 2 * thickness thick; In case you want details on the implementation of catmull derivatives, it seems that OP have already did the awesome job of asking on Math.SE, so go read that!

What should I know about procedural mesh geometry?

The following sections explain the basic details of how a mesh is constructed along with an exploration of the API and an example. Anatomy of a Mesh. Using the Mesh Class. Mesh scripting class. Importing Meshes. Did you find this page useful?

Which is the best way to make a mesh?

The radius influence in 5 visuals. You can see that the optimal mesh automatically balances the best geometry fit and the number of triangles. The Poisson Reconstruction is a bit more technical/mathematical. Its approach is known as an implicit meshing method, which I would describe as trying to “envelop” the data in a smooth cloth.

How to generate a 3D mesh in Python?

There are several parameters available that affect the result of the meshing: Which depth? a tree-depth is used for the reconstruction. The higher the more detailed the mesh (Default: 8). With noisy data you keep vertices in the generated mesh that are outliers but the algorithm doesn’t detect them as such.