Skip to content

Commit ae50d63

Browse files
committed
Remove TUIO dependencies
1 parent 4906878 commit ae50d63

File tree

15 files changed

+2369
-2860
lines changed

15 files changed

+2369
-2860
lines changed

examples/Augmenta_2D/Augmenta_2D.pde

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313

1414
import augmentaP5.*;
15-
import TUIO.*;
1615
import oscP5.*;
1716

1817
boolean mode3D = false;
@@ -90,4 +89,4 @@ void personUpdated (AugmentaPerson p) {
9089

9190
void personWillLeave (AugmentaPerson p) {
9291
//println("Person will leave : "+ p.pid + " at ("+p.centroid.x+","+p.centroid.y+")");
93-
}
92+
}

0 commit comments

Comments
 (0)