|
@ -23,7 +23,12 @@ void TextureMappingState::onKeyPressed(Application * app, ofKeyEventArgs & args) |
|
|
app->getCmdManager()->exec( |
|
|
app->getCmdManager()->exec( |
|
|
new SelNextTexCoordCmd(app->getGui()->getTextureEditor())); |
|
|
new SelNextTexCoordCmd(app->getGui()->getTextureEditor())); |
|
|
break; |
|
|
break; |
|
|
|
|
|
case ' ': |
|
|
|
|
|
app->getCmdManager()->exec( |
|
|
|
|
|
new DeselectTexCoordCmd(app->getGui()->getTextureEditor())); |
|
|
|
|
|
break; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} // namespace piMapper
|
|
|
} // namespace piMapper
|
|
|