Re: [osg-users] Databasepager + multiple views + different camera positions = memory leak?

2009-10-10 Thread Robert Osfield
HI Sergey, On Sat, Oct 10, 2009 at 12:03 AM, sergey leontyev sleon...@ist.ucf.edu wrote: Robert, I tried the 2.9 trunk code with. osg::DisplaySettings::instance()-setMaxTexturePoolSize(1); osg::DisplaySettings::instance()-setMaxBufferObjectPoolSize(2); The problem still

Re: [osg-users] SVN commit bottleneck

2009-10-10 Thread Robert Osfield
Hi Chris, On Fri, Oct 9, 2009 at 7:45 PM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote:  It seems like we don't have any capacity in this regard right now. I'll shorten the question -- other than Robert, who does have SVN commit access? As J.S. mentions a number of engineers have commit

Re: [osg-users] Restoring a Viewer's MatrixManipulator

2009-10-10 Thread Robert Osfield
On Sat, Oct 10, 2009 at 2:28 AM, Shiina Ringo osgfo...@tevs.eu wrote: Hi,Phil I just have met the same problem , like the  switching of 2 MatrixManipulators , that the home position is not the position which is like the default position. I just look forward to anyone could give some

Re: [osg-users] [build] OSX 10.6.1 Snow Leopard woes

2009-10-10 Thread Robert Osfield
On Sun, Oct 4, 2009 at 10:44 AM, Erik den Dekker e...@dendekker.com wrote: This issue was already fixed and submitted to the osg-submissions list by Bob Kohne:  http://www.mail-archive.com/osg-submissi...@lists.openscenegraph.org/msg04134.html but Robert has not yet merged the changes to

Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1 [patch]

2009-10-10 Thread Robert Osfield
Hi Jim, I believe this issue has already been tackled so could you please test svn/trunk and let me know. Also for future reference could you provide whole modified files rather than copy and paste entries as whole files is most reliable way for me to review changes. Thanks, Robert. On Fri,

Re: [osg-users] SVN commit bottleneck

2009-10-10 Thread Chris 'Xenon' Hanson
Robert Osfield wrote: I feel for your situation. I'm not very fond of getting torn between coding and the other side of business. I'd much rather code. As J.S. mentions a number of engineers have commit rights on the branches to help out with convergance towards and maintenance of release

Re: [osg-users] SVN commit bottleneck

2009-10-10 Thread Robert Osfield
Hi Chris, On Sat, Oct 10, 2009 at 4:26 PM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote:  I feel for your situation. I'm not very fond of getting torn between coding and the other side of business. I'd much rather code. Curiously I'm torn between coding and coding, just that one side is

[osg-users] FrameBufferObject is a StateAttribute?

2009-10-10 Thread Paul Martz
Hi Robert -- Someone recently pointed out to me that FrameBufferObject is a StateAttribute. As I'm looking at ways to improve how OSG handles FBOs, I wanted to make sure I understood the reason for this. FBO never seems to be used as a StateAttribute; as far as I know, you can't attach it to a

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
Further note on this: wxWidgets OpenGL graphics context handling was changed in wxWidgets version 2.7. Possibly a bug was introduced in wxW at that time, or possibly slightly different GC setup is required. To be continued... Randolph On 2009-10-08, Randolph Fritz rfritz...@gmail.com wrote:

Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1 [patch]

2009-10-10 Thread Jim Brooks
Hi Robert, Yes, it's resolved. I saw the same keyboard fix already in the svn trunk. I believe this issue has already been tackled so could you please test svn/trunk and let me know. Also for future reference could you provide whole modified files rather than copy and paste entries as whole

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
On 2009-10-10, Randolph Fritz rfritz...@gmail.com wrote: Further note on this: wxWidgets OpenGL graphics context handling was changed in wxWidgets version 2.7. Possibly a bug was introduced in wxW at that time, or possibly slightly different GC setup is required. To be continued... That's

Re: [osg-users] FrameBufferObject is a StateAttribute?

2009-10-10 Thread Robert Osfield
Hi Paul, On Sat, Oct 10, 2009 at 8:29 PM, Paul Martz pma...@skew-matrix.com wrote: Hi Robert -- Someone recently pointed out to me that FrameBufferObject is a StateAttribute. As I'm looking at ways to improve how OSG handles FBOs, I wanted to make sure I understood the reason for this. FBO