Ignore:
Timestamp:
Apr 22, 2012, 9:01:45 AM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSet.h

    r353 r357  
    2929{
    3030public:
     31        enum DistortionInternals {
     32                MESH = 0,
     33                HIGHLIGHTER = 1,
     34                HUD = 2
     35        };
     36
    3137        META_Object(osgViewer,DistortionSet);   // Required for serializer
    3238
     
    103109        // These variable are therefor not saved/restored by the serializer but populated on runtime.
    104110        osg::observer_ptr<osg::Camera> _camera; // is used to pass the distortion cam from osgViewers setupDistortion() method to the manipulator.
    105         osg::ref_ptr<osg::Switch> _distortionInternals;
     111        osg::ref_ptr<osg::Switch> _distortionInternals; // definition: child #0 = mesh, #1 = highlighter, #2 HUD
    106112};
    107113
Note: See TracChangeset for help on using the changeset viewer.