diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-04-20 22:44:47 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-04-20 22:44:47 +0100 |
| commit | cdb92d8c8532a287b752a92f1cf0cbf88d52c117 (patch) | |
| tree | 778002c5eef99d7d4b1f3f438f0668100985c4ad /nextus/src/ofApp.cpp | |
| parent | 4c12e758b280388426ca8070b80028031d75d054 (diff) | |
WIP trying to clip
Diffstat (limited to 'nextus/src/ofApp.cpp')
| -rw-r--r-- | nextus/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextus/src/ofApp.cpp b/nextus/src/ofApp.cpp index f3aee1d..22e3d11 100644 --- a/nextus/src/ofApp.cpp +++ b/nextus/src/ofApp.cpp @@ -67,7 +67,7 @@ void ofApp::draw(){ textinput.draw(); //process the pipeline - vector<colourPolyline> output=textinput.getOutput(); + vector<colourPolyline> output=textinput.clipOutput(); int points=0; |
