> Hi, > I'm a new with OSG. Can someone tell me how can I retrive the filename of > a > texture from the Open SceneGraph? I found a TextureChunk object and now I > need to know the name of the texture file in order to save it into a file. > > Thankl you for any help. > > daniele
Hi, texture_chunk->getImage()->getName() should do the trick (in OpenSG cvs version) Andreas -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
