Sunday 28 September 2014

Unity Bezier Curve WIP

Recently I have been learning Unity and playing around with scripting with C#. For my first project I needed to utilize bezier curves but they are not available by default in Unity. So I decided to create my own small bezier curve script.

To start I did some R&D in Houdini with a wrangle sop to figure out how to create a simple bezier curve. I then ported this into C# for Unity. I'v still got to create the rest of the script but here is the Houdini R&D along with the VEX code.

On the left is the Houdini Bezier curve and on the right is the Unity one.


No comments:

Post a Comment