To be honest OGL 3.0 is not on my horizon right now ( I know its there ) A lot of our customers are on base line machines with 7 year old cards such as NVIDIA Quadro4 700 XGL OpenGl 2.1 and 256mb is a luxury :)
Gordon __________________________________________________________ Gordon Tomlinson Product Manager 3D Email : gtomlinson @ overwatch.textron.com __________________________________________________________ (C): (+1) 571-265-2612 (W): (+1) 703-437-7651 "Self defence is not a function of learning tricks but is a function of how quickly and intensely one can arouse one's instinct for survival" - Master Tambo Tetsura -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Martz Sent: Wednesday, December 03, 2008 12:11 PM To: 'OpenSceneGraph Users' Subject: Re: [osg-users] flt-exporter: Index outofrangeinVertexPaletteManager > Not using display list our data is too dynamic Be advised that both glBegin/glEnd _and_ display lists are deprecated in OpenGL 3.0, and I can tell you from my exposure to the ARB that they will be removed in the OpenGL 3.1 spec.(*). Moving forward, the preferred method for dynamic data will be buffer objects with glMapBuffer or the new map sub-region functionality. The ARB defines "deprecated" as: * Not the optimal performing path -- use something else * Might not work properly with new functionality * (Obviously) could be removed in a future OpenGL release For all of these reasons, I'd prefer to see any new OSG development avoid the use of any deprecated OpenGL functionality. (*) Even after they are removed, you'll still be able to access the glBegin/glEnd and display lists features by restricting yourself to creating a 2.1-compatible context, or using extensions with a 3.1 (and beyond) context, but it's uncertain how long vendors will continue to provide this functionality. Presumably, not forever. Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com +1 303 859 9466 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or g _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org