|
pointOnCurve
|
|
05-07-2008, 07:28 PM
Post: #1
|
|||
|
|||
|
pointOnCurve
Hi
i am trying to create a particle flow of my own using point on curve, i limited from using curveflow or goals for this. So i am using pointOnCurve command to make particles travel along a curve. right now i am getting a very thin line. Is it possible to get some thickness or volume for the particles. This is the expression i am using in the runtime of the particle position. vector $crvData[] = `pointOnCurve -pr(age) -p curve1`; vector $pos = <<$crvData[0],$crvData[1],$crvData[2]>>; particleShape1.position = $pos; |
|||
|
05-12-2008, 06:49 PM
Post: #2
|
|||
|
|||
|
RE: pointOnCurve
hey
check out this link http://books.google.com/books?id=BV...POsMTXup2xOPKU4 or even you can try using goals also to do the same function. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





