In Geometry::computeFastPathsUsed(), if the env var OSG_DISABLE_FAST_PATH_IN_DISPLAY_LISTS is set, _fastPath is set to false and the function returns wuthout affecting the value of _supportsVertexBufferObjects.
However, if that env var is not set, then the method examines several criteria and sets both _fastPath and _supportsVertexBufferObjects to the same value. Is there a reason why OSG_DISABLE_FAST_PATH_IN_DISPLAY_LISTS doesn't affect the value of _supportsVertexBufferObjects? Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com <http://www.skew-matrix.com/> 303 859 9466 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

