Ignore:
Timestamp:
Apr 21, 2012, 9:49:26 PM (12 years ago)
Author:
Torben Dannhauer
Message:

DistortionManipulator? is working (alpha stadium)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/DistortionSet.cpp

    r350 r353  
    3636
    3737        _showIntesityMapMapOnly = false;
     38
     39        _camera = NULL;
     40        _distortionInternals = NULL;
     41
     42        _distortionInternals = new osg::Switch();
    3843}
    3944
     
    4146{
    4247}
    43 
    4448
    4549REGISTER_OBJECT_WRAPPER( osgViewer_DistortionSet,                  // The unique wrapper name
Note: See TracChangeset for help on using the changeset viewer.