Renamed osgViewer::Config osgViewer::ViewConfig and moved it's declaration into include/osgViewer.
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
#ifndef OSGVIEWER_SphericalDisplay
|
||||
#define OSGVIEWER_SphericalDisplay 1
|
||||
|
||||
#include <osgViewer/Config>
|
||||
#include <osgViewer/View>
|
||||
|
||||
namespace osgViewer {
|
||||
|
||||
/** spherical display using 6 slave cameras rendering the 6 sides of a cube map, and 7th camera doing distortion correction to present on a spherical display.*/
|
||||
class OSGVIEWER_EXPORT SphericalDisplay : public Config
|
||||
class OSGVIEWER_EXPORT SphericalDisplay : public ViewConfig
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -31,7 +31,7 @@ class OSGVIEWER_EXPORT SphericalDisplay : public Config
|
||||
_projectorMatrix(projectorMatrix) {}
|
||||
|
||||
SphericalDisplay(const SphericalDisplay& rhs, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY):
|
||||
Config(rhs,copyop),
|
||||
ViewConfig(rhs,copyop),
|
||||
_radius(rhs._radius),
|
||||
_collar(rhs._collar),
|
||||
_screenNum(rhs._screenNum),
|
||||
|
||||
Reference in New Issue
Block a user