Hi,

Is this the correct way to do it?

Remove all textures from a StateSet:

    ss->getTextureAttributeList().clear();
    ss->getTextureModeList().clear();

Remove all texture coordinates from a Geometry:

    geometry->getTexCoordArrayList().clear();


--
Joakim Simonsson
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to