Wixman
12-13-2010, 04:35 AM
If I've got a selection of edges - how do I iterate over the vertices within that selection?
I know I can use MItMeshEdge to iterate over the individual edges themselves, but how do I access the vertex position/color/count etc. I'm also worried that if I loop over the edges individually and access the vertices that way, I'll operate on certain vertices twice as certain edges will share vertices.
any help, much appreciated.
I know I can use MItMeshEdge to iterate over the individual edges themselves, but how do I access the vertex position/color/count etc. I'm also worried that if I loop over the edges individually and access the vertices that way, I'll operate on certain vertices twice as certain edges will share vertices.
any help, much appreciated.
