Ignore:
Timestamp:
Sep 4, 2011, 9:13:25 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.h

    r313 r315  
    1414
    1515                /** Convenience method for projection on curved screens using a slave camera rendering scene and a second camera doing distortion correction to present on a nonplaner display.*/
    16         void setUpViewForManualDistortion(osg::Image* intensityMap, unsigned int screenNum=0);
     16        void setUpViewForManualDistortion(unsigned int screenNum=0, osg::Image* intensityMap=0, const osg::Matrixd& projectorMatrix = osg::Matrixd());
    1717
    1818                static osg::Geometry* createMesh(unsigned int column, unsigned int row);
Note: See TracChangeset for help on using the changeset viewer.