From 63ce1b5dc62e5c1a079f8a675c0a4371adb27d29 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Sat, 12 Feb 2011 16:13:30 +0000 Subject: Displaying headpose-data seemed to cause crashes. Update is now done in FaceTrackNoIR.cpp, using a timer. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@51 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- bin/Settings/FlightGear.ini | 6 +++--- bin/Settings/SimConnect.ini | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bin/Settings') diff --git a/bin/Settings/FlightGear.ini b/bin/Settings/FlightGear.ini index 0b3d6235..75a8f9b6 100644 --- a/bin/Settings/FlightGear.ini +++ b/bin/Settings/FlightGear.ini @@ -1,5 +1,5 @@ [Tracking] -Smooth=4 +Smooth=6 invertYaw=false invertPitch=false invertRoll=false @@ -13,9 +13,9 @@ redRoll=70 redX=70 redY=70 redZ=70 -minSmooth=15 +minSmooth=25 powCurve=10 -maxSmooth=50 +maxSmooth=70 [GameProtocol] Selection=1 diff --git a/bin/Settings/SimConnect.ini b/bin/Settings/SimConnect.ini index d7654904..95b6202b 100644 --- a/bin/Settings/SimConnect.ini +++ b/bin/Settings/SimConnect.ini @@ -1,5 +1,5 @@ [Tracking] -Smooth=10 +Smooth=4 invertYaw=false invertPitch=false invertRoll=false @@ -13,9 +13,9 @@ redRoll=90 redX=90 redY=90 redZ=90 -minSmooth=15 -powCurve=2 -maxSmooth=80 +minSmooth=10 +powCurve=12 +maxSmooth=70 [GameProtocol] Selection=5 @@ -69,7 +69,7 @@ Inhibit_Roll=false Inhibit_X=false Inhibit_Y=false Inhibit_Z=false -SetEngineStop=false +SetEngineStop=true [FTN] LocalPCOnly=true -- cgit v1.2.3