Hi, On Fri, 2009-06-12 at 13:05 +0530, alex wrote: > Hi > > How can i get list of indices in Geometry class. ? I tried with this code > posIndex = geo->getIndex(Geometry::PositionsIndex); > > But it size doesnot matching with my loaded file. According to my .off file > it has 92 indices but in posIndex shows 290 indices in list. >
hmm, do you have a sample file. As for your numbers, just to make sure 92 is really the amount of indices and not the amount of faces or vertices (e.g. not any of the number from the header section). The only good explanation would be that there is some kind of optimization running (e.g. striping) after the loading. This will change these numbers. kind regards, gerrit ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
