It adds new PrimitiveSet constants for the specific geometry shader primitive types : - LINES_ADJACENCY - LINE_STRIP_ADJACENCY - TRIANGLES_ADJACENCY - TRIANGLE_STRIP_ADJACENCY It also adds some missing features to the glsl reader plug'in. "
Notes ===== The support in Image.cpp is also not full functional and should be rewritten in the future to support inline images. Currently osg::Images are supported via the osgDB::Registry::read/writeImage methods and plugins. Robert Osfield, March 2001.