Browse Source

Add moveVertex TODO

master
Krisjanis Rijnieks 8 years ago
parent
commit
84c9cc0957
  1. 2
      src/Application/Application.h

2
src/Application/Application.h

@ -127,6 +127,8 @@ class Application : public KeyListener {
void removeGridColumn();
void togglePause();
void moveTexCoord(int texCoordIndex, ofVec2f by);
// TODO: Add moveVertex.
// Make it so that other parts of the application react to the change.
void setPreset(unsigned int i);
void setNextPreset();

Loading…
Cancel
Save