Ignore:
Timestamp:
Jul 24, 2012, 1:31:31 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r403 r404  
    3838#include "DistortionManipulator.h"
    3939#include "DistortionSetupStrategyProjectSyntropy.h"
    40 #include "PlaceboManipulator.h"
    4140
    4241int main(int argc, char** argv)
     
    7473    keyswitchManipulator->addMatrixManipulator( '3', "Drive", new osgGA::DriveManipulator() );
    7574    keyswitchManipulator->addMatrixManipulator( '4', "Terrain", new osgGA::TerrainManipulator() );
    76         keyswitchManipulator->addMatrixManipulator( '5', "Placebo", new osgGA::PlaceboManipulator() );
    7775
    7876    std::string pathfile;
    79     char keyForAnimationPath = '6';
     77    char keyForAnimationPath = '5';
    8078    while (arguments.read("-p",pathfile))
    8179    {
Note: See TracChangeset for help on using the changeset viewer.