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

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.h

    r349 r350  
    2323#include "DistortionSet.h"
    2424
     25#include <string>
    2526
    2627class extViewer : public osgViewer::Viewer
     
    3839        void setUpViewForManualDistortion(unsigned int screenNum=0, osg::Image* intensityMap=0, const osg::Matrixd& projectorMatrix = osg::Matrixd());
    3940
    40                 void setUpIntensityMapBlending(osg::StateSet* stateset, osg::Image* intensityMap, unsigned int screenNum=0, int rttSceneTextureUnit=0, int intensityMapTextureUnit=1);
     41                void setUpIntensityMapBlending(osgViewer::DistortionSet* distSet, osg::StateSet* stateset, unsigned int screenNum=0);
     42                void setUpIntensityMapBlending(std::string intensityMap);
    4143
    4244                osgViewer::DistortionSet* getDistortionSet()    {return _distortionSet;}
Note: See TracChangeset for help on using the changeset viewer.