> > > GeometryPtr geo; > GeoTexCoords4fPtr tcoords = > GeoTexCoords4fPtr::dcast(geo->getTexCoords()); > const GeoTexCoords4f::StoredFieldType *tc = tcoords->getFieldPtr(); > > Vec4f t0 = (*tc)[triIt.getTexCoordsIndex(0)]; > Vec4f t1 = (*tc)[triIt.getTexCoordsIndex(1)]; > Vec4f t2 = (*tc)[triIt.getTexCoordsIndex(2)]; > > Cheers, > Carsten > Thank you! It is valid also for multiple index geometry?
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
