Ignore:
Timestamp:
Mar 11, 2012, 9:45:19 AM (12 years ago)
Author:
Torben Dannhauer
Message:

Initial intensityMap support added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/extViewer.h

    r328 r331  
    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.*/
    1616        void setUpViewForManualDistortion(unsigned int screenNum=0, osg::Image* intensityMap=0, const osg::Matrixd& projectorMatrix = osg::Matrixd());
    17 
    18                 static osg::Geometry* createMesh(const osg::Vec3& origin, const osg::Vec3& widthVector, const osg::Vec3& heightVector, unsigned int columns, unsigned int rows, const osg::Matrix& projectorMatrix);
    1917};
Note: See TracChangeset for help on using the changeset viewer.