methusalah / SplineMesh

A Unity plugin to create curved content in real-time with bézier curves
https://twitter.com/dumas181
MIT License
1.05k stars 104 forks source link

Dynamic Mesh Knots #61

Open EnioMDMPH opened 1 year ago

EnioMDMPH commented 1 year ago

I need to create a "Basic Pipe" slpine where each node of the spline is dynamic and constantly updating position and rotation information. The current example doesn't allow you to modify those parameters? Any suggestions on how to make these changes?

methusalah commented 1 year ago

You only need to check "Update in play mode". The moving rope show an example of a pipe being deformed constantly at runtime.