- Home /
Using the right terminology
I need to know what terminology to use for searching for answers for a feature that I need.
In my game, I want a mesh to follow a path I provide for it in 3D. The meshes will be used for tubes, wires, hallways, roads, etc. It is inefficient and probably pretty ugly to "plop down" a copy of the mesh every so often, so what I want is a way to arbitrarily extended the mesh over long distances according to a path I provide it.
Is there a term for what I'm describing, and can you provide me with any examples where this is done? Thanks.
Answer by robertbu · May 21, 2013 at 08:13 PM
Two words that come to mind are 'extrude' and 'spline.' A quick search of "unity3d extrude spline" yielded this hit that might get you started:
There are third-party packages for this kind of thing. MegaShapes comes to mind.
Cool, the $$anonymous$$egaShapes package seems what I need ... and for the price, a no brainer. Are there other recommended packages?
$$anonymous$$egaShapes/$$anonymous$$egaFiers is the only one I'm aware of that gives both the spines and the procedural meshes. There are various packages that do one or the other, but I don't have any first-hand knowledge of them.
Your answer
Follow this Question
Related Questions
Conforming a mesh path to arbitrary surface - runtime 1 Answer
Mesh-Cutting metal Jaws-of-life 0 Answers
Seing through triangles in runtime edited mesh 0 Answers
Starting with simple pathfinding with mesh 4 Answers
Fetching triangles from a 3D Mesh 2 Answers