Re: [osg-users] GLBeginEndAdapter

2017-07-21 Thread Robert Osfield
Hi John, The GLBeginEndAdapter was an interim solution while older parts of the OSG were migrated over to using vertex arrays and DrawArrays/DrawElements, once this migration work was completed the core OSG no longer required it, so I removed it to avoid bloat. This migration work was required as

Re: [osg-users] GLBeginEndAdapter

2017-07-21 Thread Sebastian Messerschmidt
Hi John, Hi, I am compiling some code with the current git repository version of OSG and found that State's "getGLBeginEndAdapter" has been removed. Looking through the history, I see this happened at: commit e11e45a2e36de91bbe956223c43e8c5a50f9b72b. The comment is only "Removed GLBeginE

[osg-users] GLBeginEndAdapter

2017-07-20 Thread John Farrier
Hi, I am compiling some code with the current git repository version of OSG and found that State's "getGLBeginEndAdapter" has been removed. Looking through the history, I see this happened at: commit e11e45a2e36de91bbe956223c43e8c5a50f9b72b. The comment is only "Removed GLBeginEndAdapter as