Changeset 404 for experimental


Ignore:
Timestamp:
Jul 24, 2012, 1:31:31 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
experimental/distortionNG
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/distortionNG.vcproj

    r403 r404  
    357357                                >
    358358                        </File>
    359                         <File
    360                                 RelativePath=".\PlaceboManipulator.cpp"
    361                                 >
    362                         </File>
    363359                </Filter>
    364360                <Filter
     
    387383                                >
    388384                        </File>
    389                         <File
    390                                 RelativePath=".\PlaceboManipulator.h"
    391                                 >
    392                         </File>
    393385                </Filter>
    394386                <Filter
  • 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.