Re: [osg-users] possible bug in cfg plugin

2009-02-03 Thread Pecoraro, Alexander N
: [osg-users] possible bug in cfg plugin Hi Alexander, I didn't see the crash (I work under Linux) but a code review of the RenderSurface constructor did reveal that it was lacking a number of member variable initializers. I have added these back including the missing _realized = false; line

Re: [osg-users] possible bug in cfg plugin

2009-01-28 Thread Robert Osfield
Hi Alexander, I didn't see the crash (I work under Linux) but a code review of the RenderSurface constructor did reveal that it was lacking a number of member variable initializers. I have added these back including the missing _realized = false; line. These changes are now checked in. I've

[osg-users] possible bug in cfg plugin

2009-01-27 Thread Pecoraro, Alexander N
I noticed a bug in the 2.6.0 version of the API with the viewer config file reader plugin. I can't access the latest developer source code right now so I can't verify that the bug still exists in the 2.7 version of the API, but I've attached the config file that I used to reproduce the problem.