Moved osgProducer and osgproducerviewer out into their own repository.

Clean up the source for remaining references to osgProducer/Producer.
This commit is contained in:
Robert Osfield
2007-02-27 13:16:18 +00:00
parent 6a539c4110
commit eb4ad4229f
154 changed files with 672 additions and 8418 deletions

View File

@@ -28,10 +28,8 @@
namespace osgUtil {
/**
* SceneView is literaly a view of a scene, encapsulating the 'camera'
* (not to be confused with Producer::Camera) (modelview+projection matrices),
* global state, lights and the scene itself. Provides
* methods for setting up the view and rendering it.
* SceneView is literaly a view of a scene, encapsulating the rendering of the scene.
* Provides methods for setting up the view and rendering it.
*/
class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings
{