Hello everybody,
Is there some sort of built in method for multi threading GA_FOR_ALL_PTOFF or do I need to make my own? Is there anything special about the GA_Iterators and looping through offsets? Like, I have to use an GA_Iterator to loop offsets, or I could end up trying to call empty parts of the array or something like that right?
Also is there a better way to take a point and return all the connected neighbors of that point, my current method of getting the primitives referencing the point, sorting out duplicates and then testing for valid edges seems a bit round about. I looked into closures but I'm not sure that's what I want either.
Thanks
Tom