I've got a file like this :
 
...
PrimitivesSets 4
{
    DrawElementsUShort TRIANGLE_STRIP 4
    {
        1   2   0   3
    }
.....
 
I just want to extract from this file the GL_mode ( TRIANGLE_STRIP ) and the indices ( 1, 2, 0 and 3 ). How can I do ?
I manage to extract the parameter "DrawElementsUShort" with the className() function but after ....?
 
Thanks !!!


Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services préférés : vérifiez vos nouveaux mails, lancez vos recherches et suivez l'actualité en temps réel. Cliquez ici.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to