equal
deleted
inserted
replaced
37 public void ShowOnScreen(object o, UserPositionEventArgs e) |
37 public void ShowOnScreen(object o, UserPositionEventArgs e) |
38 { |
38 { |
39 //On l'indique dans le debug. |
39 //On l'indique dans le debug. |
40 e.debug.showDistance(e.distance); |
40 e.debug.showDistance(e.distance); |
41 //On notifie le serveur TUIO. |
41 //On notifie le serveur TUIO. |
42 e.server.ModeNotification("MOSSHOW-" + e.imagesToShow); |
42 if(e.distance > 10f && e.distance < 100f) |
|
43 e.server.ModeNotification("MOSSHOW-" + e.imagesToShow); |
43 } |
44 } |
44 } |
45 } |
45 } |
46 } |