Browse Source

Add perspective warping info to info layer, close #22

master
Krisjanis Rijnieks 10 years ago
parent
commit
1c3d2392dc
  1. 1
      src/Info/Info.cpp

1
src/Info/Info.cpp

@ -19,6 +19,7 @@ void Info::draw(){
"keys on the keyboard.\n\n";
ss << "Press <t> to add new triangle surface\n";
ss << "Press <q> to add new quad surface\n";
ss << "Press <p> to toggle perspective warping while quad surface selected\n";
ss << "Press <s> to save the composition\n";
ss << "Press <f> to toggle fullscreen\n";
ss << "Press <i> to hide this message";

Loading…
Cancel
Save