Add GridWarp surface modifier shortcuts

This commit is contained in:
Krisjanis Rijnieks
2018-01-10 18:31:48 +01:00
parent 3b63753ad1
commit 1f9bad3e63
+4 -4
View File
@@ -51,13 +51,13 @@ void ofApp::keyPressed(int key){
}else if(key == 'p'){
mapper.togglePerspective();
}else if(key == 'v'){
// Add columns
mapper.addGridColumn();
}else if(key == 'b'){
// Remove columns
mapper.removeGridColumn();
}else if(key == 'n'){
// Add rows
mapper.addGridRow();
}else if(key == 'm'){
// Remove rows
mapper.removeGridRow();
}else if(key == '.'){
mapper.selectNextSurface();
}else if(key == ','){