Re: [osg-users] problem with Drawable and glCallList (sample programincluded)

2009-05-20 Thread Robert Osfield
...@lists.openscenegraph.org] On Behalf Of Mojtaba Fathi Sent: Tuesday, May 19, 2009 1:40 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] problem with Drawable and glCallList (sample programincluded) Hi all I have a strange problem with Drawable::draw function which can't understand the reason

Re: [osg-users] problem with Drawable and glCallList (sample programincluded)

2009-05-19 Thread Paul Martz
with Drawable and glCallList (sample programincluded) Hi all I have a strange problem with Drawable::draw function which can't understand the reason. In order to show you the problem, I've attached a sample program which generates an Access Violation in Drawable::draw function when it calls

Re: [osg-users] problem with Drawable and glCallList (sample programincluded)

2009-05-19 Thread Mojtaba Fathi
: From: Tomlinson, Gordon gtomlin...@overwatch.textron.com Subject: Re: [osg-users] problem with Drawable and glCallList (sample programincluded) To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Date: Wednesday, May 20, 2009, 12:22 AM I Believe your Draw Array number should be NUM_POINTS

Re: [osg-users] problem with Drawable and glCallList (sample programincluded)

2009-05-19 Thread Mojtaba Fathi
--- On Wed, 5/20/09, Paul Martz pma...@skew-matrix.com wrote: From: Paul Martz pma...@skew-matrix.com Subject: Re: [osg-users] problem with Drawable and glCallList (sample programincluded) To: 'OpenSceneGraph Users' osg-users@lists.openscenegraph.org Date: Wednesday, May 20, 2009, 12:37 AM You code