|
@ -107,6 +107,10 @@ void ofxPiMapper::selectPrevVertex(){ |
|
|
_application.selectPrevVertex(); |
|
|
_application.selectPrevVertex(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void ofxPiMapper::selectVertex(int surface, int vertex){ |
|
|
|
|
|
_application.selectVertex(surface, vertex); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
void ofxPiMapper::selectNextTexCoord(){ |
|
|
void ofxPiMapper::selectNextTexCoord(){ |
|
|
_application.selectNextTexCoord(); |
|
|
_application.selectNextTexCoord(); |
|
|
} |
|
|
} |
|
|