Nurbs plugin WIP: RSX file and test scene

Smart people ~ Great Scripts
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

That looks very cool Saul! :)

Yes, I can make a test thread, once I make more progress.
Very cool lookin.
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

Current effort:
I am adding code which will allow you to set the number of control points in U and V directions.
I will also be adding code for setting the output resolution.

It may be possible to add a 'hull' (another row or column of control vertices)
after initially configuring the control surface. To do this, I think, I will have to
get a copy of the output connector of the editable shape, to get the vertex data.
Then, insert the new row/column, and redo the output vertex data: I will have to
perform an interpolation. Since this will be a little complex, I am setting it aside for now
while I get the simpler stuff sorted out.
Post Reply