Hello Frederic, On 17/03/10 0:44 , Frederic Marmond wrote: > I would like to know if it's possible (and how) to load only geometry > data from a 3d model file, without any texture ?
Two ideas: - run a visitor over the SG after loading and remove any Texture state or - use a ReadFileCallback that returns 'null' for all images, but I don't know for sure if this also removes the Texture objects or just doesn't associate an Image with them Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

