Get vertices of a polygon

Started by Jonas, March 16, 2008, 08:35:49 PM

Previous topic - Next topic

Jonas

Hi

Is it possible to find out which vertices belong to a polygon? So I can then use a vertex controller to manipulate those..

thanks


Simple things should be simple, complex things should be possible - Alan Kay

JavaMan

#1
I know you can use getTransformedVertex with an object's polygon manager. Then you could use a vertex controller to look through the mesh until you found the vertex that matches the one from getTransformedVertex. Once you find it, just change its values. I do this constantly.

I think this is what you want. 

Jonas

Simple things should be simple, complex things should be possible - Alan Kay