devoy
01-17-2008, 10:11 PM
Is there a way to find out the position in xyz space of a poly goal?
I have particles with goalU and goalV if my goal object was nurbs I could easily
find out where the particles were being attracted to by
float $pos[]=`pointPosition nurbs.uv[goalU][goalV]`;
unfortunately I am not using nurbs so I want to find a way of doing the same thing with
a poly object
I have particles with goalU and goalV if my goal object was nurbs I could easily
find out where the particles were being attracted to by
float $pos[]=`pointPosition nurbs.uv[goalU][goalV]`;
unfortunately I am not using nurbs so I want to find a way of doing the same thing with
a poly object
