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

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionManipulator.h

    r372 r380  
    3131#include "DistortionSet.h"
    3232
     33class extViewer;
    3334
    3435namespace osgViewer {
     
    5859
    5960
    60         DistortionManipulator(DistortionSet* ds);
     61        DistortionManipulator(extViewer* viewer, DistortionSet* ds);
    6162        virtual ~DistortionManipulator();
    6263
     
    8990        osg::ref_ptr<osg::Geometry> _highlighter;
    9091    osg::observer_ptr<osg::Camera> _camera;
     92         osg::observer_ptr<extViewer> _viewer;
    9193        osg::Geometry* _distortionMesh;
    9294        const osg::Vec4 _highlightColor;
Note: See TracChangeset for help on using the changeset viewer.