| changeset 41 | d2f735d7763f |
| parent 27 | 6c08d4d7219e |
--- a/front_processing/src/Smoke_manipulation/Smoke_manipulation.pde Thu Jun 21 17:51:27 2012 +0200 +++ b/front_processing/src/Smoke_manipulation/Smoke_manipulation.pde Fri Jun 29 15:37:26 2012 +0200 @@ -19,7 +19,7 @@ int HEIGHT = 300; //Port du Client TUIO. -int port = 80; +int port = 8080; //Limites de la zone de recherche pour les mains. float minDistHands = 1; float maxDistHands = 1.5; @@ -132,4 +132,4 @@ { pt1 = _pt1; pt2 = _pt2; -} +}