middleware/src/App.config
author bastiena
Tue, 20 Mar 2012 18:00:55 +0100
changeset 7 8a21bec5d45f
parent 6 93dfb08dcc97
child 11 a1bf0d21022e
permissions -rw-r--r--
Middleware : No proximity bugs anymore. The skeleton disappear if a tracked person is too close or not tracked anymore. Processing : There are no laggs anymore when an user stay too long moving his hands and drawing tons of ellipses. (TUIO Cursors are not taken by their vectors, only the last position of the cursors are caught to be drawn).

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="searchMinDistance" value="1,0"/>
    <add key="searchMaxDistance" value="1,5"/>
    <add key="minDistance" value="1,0"/>
    <add key="maxDistance" value="4,0"/>
    <add key="zeroPoint" value="1,7"/>
    <add key="connexionHost" value="127.0.0.1"/>
    <add key="connexionPort" value="80"/>
    <add key="timerElapsing" value="1000"/>
  </appSettings>
</configuration>