|
@ -73,7 +73,6 @@ void TextureMappingMode::draw(Application * app){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void TextureMappingMode::onKeyPressed(Application * app, ofKeyEventArgs & args){ |
|
|
void TextureMappingMode::onKeyPressed(Application * app, ofKeyEventArgs & args){ |
|
|
int key = args.key; |
|
|
|
|
|
float moveStep; |
|
|
float moveStep; |
|
|
|
|
|
|
|
|
if(app->isShiftKeyDown()){ |
|
|
if(app->isShiftKeyDown()){ |
|
|