On 5/22/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
Use C++ ...   dynamic_cast<DrawElementsUShort*>(geometry->getPrimitiveSet());


Correction:

  dynamic_cast<DrawElementsUShort*>(geometry->getPrimitiveSet(i))

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

Reply via email to