Ignore:
Timestamp:
Apr 21, 2012, 1:33:14 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.h

    r346 r349  
    1919*/
    2020
     21#include <osgViewer/Viewer>
     22#include<osg/Referenced>
     23#include "DistortionSet.h"
    2124
    22 #include<osgViewer/Viewer>
    2325
    2426class extViewer : public osgViewer::Viewer
     
    3739
    3840                void setUpIntensityMapBlending(osg::StateSet* stateset, osg::Image* intensityMap, unsigned int screenNum=0, int rttSceneTextureUnit=0, int intensityMapTextureUnit=1);
     41
     42                osgViewer::DistortionSet* getDistortionSet()    {return _distortionSet;}
     43                void setDistortionSet(osgViewer::DistortionSet* ds) {_distortionSet = ds;}
     44
     45private:
     46                osg::ref_ptr<osgViewer::DistortionSet> _distortionSet;
    3947};
Note: See TracChangeset for help on using the changeset viewer.