Re: EdgeRing ALG for n-gons

2017-07-29 Thread Andy Nicholas
Hi Andrew, I believe what Brent is suggesting is to request the data from Softimage once, cache it in whatever way makes the most sense for your application, and then run your algorithms on that. When I wrote the “Taut” plugin for Softimage, I built all the adjacency information and stored it

Re: EdgeRing ALG for n-gons

2017-07-29 Thread Andrew Prostrelov
Can you tell a bit more about optimisation and efficient calls pls. I have lots of question about XSI objects and classes best practices. If i understand your suggestion right i should alwayse preffer XSI reference containers (EdgeRefArray etc) to value containers like CLongArray, CValueArray etc.