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:
@@ -323,7 +323,7 @@ class OSGUTIL_EXPORT IntersectionVisitor : public osg::NodeVisitor
|
||||
virtual void apply(osg::PagedLOD& lod);
|
||||
virtual void apply(osg::Transform& transform);
|
||||
virtual void apply(osg::Projection& projection);
|
||||
virtual void apply(osg::CameraNode& camera);
|
||||
virtual void apply(osg::Camera& camera);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user