Files
OpenSceneGraph/src/osgPlugins/osg
Robert Osfield 10deffdc41 From Stephane Lamoliatte, "Here is a patch wich improves the support for geometry shaders in OpenSceneGraph.
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.
"
2009-10-10 09:41:28 +00:00
..
2008-12-18 11:54:34 +00:00
2005-11-03 17:12:49 +00:00
2008-12-10 17:08:21 +00:00
2008-12-18 11:54:34 +00:00
2008-12-18 11:54:34 +00:00

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.