diff --git a/src/Application/Modes/ProjectionMappingMode.cpp b/src/Application/Modes/ProjectionMappingMode.cpp index 9495743..9344fa3 100644 --- a/src/Application/Modes/ProjectionMappingMode.cpp +++ b/src/Application/Modes/ProjectionMappingMode.cpp @@ -58,8 +58,12 @@ void ProjectionMappingMode::onKeyPressed(Application * app, ofKeyEventArgs & arg case 'q': app->createSurface(SurfaceType::QUAD_SURFACE); - break; - + break; + + case 'r': + app->createSurface(SurfaceType::CIRCLE_SURFACE); + break; + case 'g': app->createSurface(SurfaceType::GRID_WARP_SURFACE); break; diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index 9d9f489..7823ee0 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -13,15 +13,16 @@ Info::Info(){ " 3. Projection mapping mode\n" " - Press <,> and <.> to select previous or next surface\n" " - Press \"<\" and \">\" to select previous or next vertex\n" - " - Press to add new triangle surface\n" - " - Press to add new quad surface\n" - " - Press

to toggle perspective warping while quad surface selected\n" - " - Press to add new grid surface\n" + " - Press to add new Triangle surface\n" + " - Press to add new Quad surface\n" + " - Press to add a new ciRcle surface\n" + " - Press

to toggle Perspective warping while quad surface selected\n" + " - Press to add new Grid surface\n" " - Press <[> and <]> to remove or add columns to selected grid surface\n" " - Press <{> and <}> to remove or add rows to selected grid surface\n" " - Press <+> and <-> to scale surface up and down\n" " - Press <9> and <0> to move selected surface one layer up or down\n" - " - Press to hide/show layer panel\n" + " - Press to hide/show Layer panel\n" " - Press to delete selection\n" " - Press to play/pause the video\n" " - Type to clear composition\n"