On 8/31/06, Jeff Kershner <[EMAIL PROTECTED]> wrote:

How can I get the vertices from the TriangleIndexFunctor?  The operator() only receives 3 unsigned ints which are the indices.


You override the the setVertexArray(Vec3*) method in TriangleIndexFunctor, then use this as the base of dereferences the traingle indices.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to