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

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionManipulator.h

    r353 r356  
    2626#include <osgUtil/IntersectionVisitor>
    2727#include <osgUtil/LineSegmentIntersector>
     28#include <osgText/Text>
    2829
    2930#include "DistortionSet.h"
     
    7475        void computeSelectedVertex( osgUtil::LineSegmentIntersector::Intersection& result );
    7576        void createVertexHighlighter();
     77        void createHUD();
     78        void updateHUD();
    7679
    7780        SetupMode activeSetupMode;
     
    8790        osg::Geometry* _distortionMesh;
    8891        const osg::Vec4 _highlightColor;
     92
     93        // HUD
     94        osg::ref_ptr<osgText::Text> hudSetupMode;
     95        osg::ref_ptr<osgText::Text> hudDistortionMode;
     96        osg::ref_ptr<osgText::Text> hudManualSetupMode;
     97        osg::ref_ptr<osgText::Text> hudVisualizationMode;
    8998};
    9099
Note: See TracChangeset for help on using the changeset viewer.