From 0e8956952923d86f33087620ed35217f8a600cc2 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 4 Feb 2016 16:06:14 +0100 Subject: [PATCH] Update info screen with new shortcuts --- src/Info/Info.cpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index f24d11f..165d83b 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -14,14 +14,21 @@ void Info::draw(){ ss << " 1. Presentation mode\n"; ss << " 2. Texture mapping mode\n"; ss << " 3. Projection mapping mode\n"; + ss << " - Press <,> and <.> to select previous or next surface\n"; + ss << " - Press to add new triangle surface\n"; + ss << " - Press to add new quad surface\n"; + ss << " - Press

to toggle perspective warping while quad surface selected\n"; + ss << " - Press to add new grid surface\n"; + ss << " - Press <[> and <]> to remove or add columns to selected grid surface\n"; + ss << " - Press <{> and <}> to remove or add rows to selected grid surface\n"; ss << " 4. Source selection mode\n\n"; + ss << "You can switch between the modes by using <1>, <2>, <3> and <4> " "keys on the keyboard.\n\n"; - ss << "Press to add new triangle surface\n"; - ss << "Press to add new quad surface\n"; - ss << "Press

to toggle perspective warping while quad surface selected\n"; + ss << "Press to save the composition\n"; ss << "Press to toggle fullscreen\n"; + ss << "Press to undo\n"; ss << "Press to hide this message"; ofDrawBitmapStringHighlight(ss.str(), 10, 20, ofColor(0, 0, 0, 100),