Browse Source

Add select next and prev vertex shortcuts to `Info`

master
Krisjanis Rijnieks 9 years ago
parent
commit
0b721dd12b
  1. 1
      src/Info/Info.cpp

1
src/Info/Info.cpp

@ -15,6 +15,7 @@ void Info::draw(){
ss << " 2. Texture mapping mode\n";
ss << " 3. Projection mapping mode\n";
ss << " - Press <,> and <.> to select previous or next surface\n";
ss << " - Press \"<\" and \">\" to select previous or next vertex\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";

Loading…
Cancel
Save