Fixed env var docs for sharing graphics contexts.

This commit is contained in:
Robert Osfield 2005-10-28 18:37:15 +00:00
parent 37aa7f55a6
commit 578530d0b4

View File

@ -207,7 +207,7 @@ OsgCameraGroup::~OsgCameraGroup()
static osg::ApplicationUsageProxy OsgCameraGroup_e2(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_CAMERA_THREADING <value>","Set the threading model using by osgProducer::Viewer/OsgCameraGroup based apps. <value> can be SingleThreaded or ThreadPerCamera");
static osg::ApplicationUsageProxy OsgCameraGroup_e3(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_SHARE_GRAPHICS_CONTEXTS <value>","Set the threading model using by osgProducer::Viewer/OsgCameraGroup based apps. <value> can be ON or OFF");
static osg::ApplicationUsageProxy OsgCameraGroup_e3(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_SHARE_GRAPHICS_CONTEXTS <value>","Set whether to share graphics contexts. <value> can be ON or OFF");
void OsgCameraGroup::_init()
{