Renamed osg::CameraNode to osg::Camera, cleaned up osg::View.
Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files.
This commit is contained in:
@@ -213,7 +213,7 @@ class OSGUTIL_EXPORT PickVisitor : public osgUtil::IntersectVisitor
|
||||
|
||||
void apply(osg::Projection& projection);
|
||||
|
||||
void apply(osg::CameraNode& camera);
|
||||
void apply(osg::Camera& camera);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user