Hi Gianni,

"Gianni Ambrosio" writes:

> Alberto Luaces wrote:
>> 
>> Programmatically, just don't use the same osgDB::Options object in the
>> next read.
>> 
>
> Yes Alberto, I mean programmatically.
>
> What do you mean by that? What if I would like to use the existing 
> osgDB::ReaderWriter::Options as is but just without the "noRotation" setting? 
> If I overwrite the Options object I think I would loose all the other options.

Then you can use osgDB::ReaderWriter::Options::getOptionString(), remove
"noRotation" there and then apply it again with
osgDB::ReaderWriter::Options::setOptionString(). Or better, have two
osgDB::ReaderWriter::Options objects...

-- 
Alberto

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

Reply via email to