[osg-users] Change on requestNodeFile method

2009-05-20 Thread Serge Lages
Hi Robert, I was just wondering why there is no more a requestNodeFile method in osgDB/DatabasePager taking only 5 parameters (setting options to NULL directly). Is it normal or is it maybe a copy past error ? Best regards, -- Serge Lages http://www.tharsis-software.com

Re: [osg-users] Change on requestNodeFile method

2009-05-20 Thread Robert Osfield
Hi Serge, On Wed, May 20, 2009 at 1:01 PM, Serge Lages serge.la...@gmail.com wrote: I was just wondering why there is no more a requestNodeFile method in osgDB/DatabasePager taking only 5 parameters (setting options to NULL directly). Is it normal or is it maybe a copy past error ? The

Re: [osg-users] Change on requestNodeFile method

2009-05-20 Thread Serge Lages
Thanks for the clarification Robert ! On Wed, May 20, 2009 at 3:34 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi Serge, On Wed, May 20, 2009 at 1:01 PM, Serge Lages serge.la...@gmail.com wrote: I was just wondering why there is no more a requestNodeFile method in

Re: [osg-users] Change on requestNodeFile method

2009-05-20 Thread Thrall, Bryan
Robert Osfield wrote on Wednesday, May 20, 2009 8:34 AM: On Wed, May 20, 2009 at 1:01 PM, Serge Lages serge.la...@gmail.com wrote: I was just wondering why there is no more a requestNodeFile method in osgDB/DatabasePager taking only 5 parameters (setting options to NULL directly). Is it normal

Re: [osg-users] Change on requestNodeFile method

2009-05-20 Thread Robert Osfield
Hi Bryan, On Wed, May 20, 2009 at 3:57 PM, Thrall, Bryan bryan.thr...@flightsafety.com wrote: Should NodeVisitor::DatabaseRequestHandler::requestNodeFile still have the options argument default to 0 (requestNodeFile(..., const osg::Referenced* options=0))? Yes this is correct and as intended.