14 #ifndef OSGVIEWER_PanoramicSphericalDisplay
15 #define OSGVIEWER_PanoramicSphericalDisplay 1
17 #include <osgViewer/View>
29 _screenNum(screenNum),
30 _intensityMap(intensityMap),
31 _projectorMatrix(projectorMatrix) {}
37 _screenNum(rhs._screenNum),
38 _intensityMap(rhs._intensityMap),
39 _projectorMatrix(rhs._projectorMatrix) {}
PanoramicSphericalDisplay(const PanoramicSphericalDisplay &rhs, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY)
#define META_Object(library, name)
void setIntensityMap(osg::Image *im)
PanoramicSphericalDisplay(double radius=1.0, double collar=0.45, unsigned int screenNum=0, osg::Image *intensityMap=0, const osg::Matrixd &projectorMatrix=osg::Matrixd())
void setProjectionMatrix(const osg::Matrixd &m)
unsigned int getScreenNum() const
void setScreenNum(unsigned int n)
const osg::Matrixd & getProjectionMatrix() const
osg::Matrixd _projectorMatrix
osg::ref_ptr< osg::Image > _intensityMap
const osg::Image * getIntensityMap() const