Changeset 404
- Timestamp:
- Jul 24, 2012, 1:31:31 PM (12 years ago)
- Location:
- experimental/distortionNG
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/distortionNG.vcproj
r403 r404 357 357 > 358 358 </File> 359 <File360 RelativePath=".\PlaceboManipulator.cpp"361 >362 </File>363 359 </Filter> 364 360 <Filter … … 387 383 > 388 384 </File> 389 <File390 RelativePath=".\PlaceboManipulator.h"391 >392 </File>393 385 </Filter> 394 386 <Filter -
experimental/distortionNG/main.cpp
r403 r404 38 38 #include "DistortionManipulator.h" 39 39 #include "DistortionSetupStrategyProjectSyntropy.h" 40 #include "PlaceboManipulator.h"41 40 42 41 int main(int argc, char** argv) … … 74 73 keyswitchManipulator->addMatrixManipulator( '3', "Drive", new osgGA::DriveManipulator() ); 75 74 keyswitchManipulator->addMatrixManipulator( '4', "Terrain", new osgGA::TerrainManipulator() ); 76 keyswitchManipulator->addMatrixManipulator( '5', "Placebo", new osgGA::PlaceboManipulator() );77 75 78 76 std::string pathfile; 79 char keyForAnimationPath = ' 6';77 char keyForAnimationPath = '5'; 80 78 while (arguments.read("-p",pathfile)) 81 79 {
Note: See TracChangeset
for help on using the changeset viewer.