From 3089c4bbc10e98d18f43e8a70e7a3d0c0eaf0900 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 22 Mar 2013 20:48:17 +0100 Subject: Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! .git/config: [core] ignorecase = false --- .../ClientFiles/FlightGear/Nasal/headtracker.xml | 83 ---------------------- .../FlightGear/Protocol/headtracker.xml | 67 ----------------- FaceTrackNoIR/ClientFiles/FlightGear/Readme.txt | 19 ----- .../ClientFiles/FlightGear/Win32/start_fg.bat | 1 - 4 files changed, 170 deletions(-) delete mode 100644 FaceTrackNoIR/ClientFiles/FlightGear/Nasal/headtracker.xml delete mode 100644 FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml delete mode 100644 FaceTrackNoIR/ClientFiles/FlightGear/Readme.txt delete mode 100644 FaceTrackNoIR/ClientFiles/FlightGear/Win32/start_fg.bat (limited to 'FaceTrackNoIR/ClientFiles/FlightGear') diff --git a/FaceTrackNoIR/ClientFiles/FlightGear/Nasal/headtracker.xml b/FaceTrackNoIR/ClientFiles/FlightGear/Nasal/headtracker.xml deleted file mode 100644 index d8bd1d0a..00000000 --- a/FaceTrackNoIR/ClientFiles/FlightGear/Nasal/headtracker.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - - - diff --git a/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml b/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml deleted file mode 100644 index cd1d0dad..00000000 --- a/FaceTrackNoIR/ClientFiles/FlightGear/Protocol/headtracker.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - true - none - host - 52 - - - x - double - /sim/headtracker/x-m - - - - y - double - /sim/headtracker/y-m - - - - z - double - /sim/headtracker/z-m - - - - heading - double - /sim/headtracker/heading-deg - - - - pitch - double - /sim/headtracker/pitch-deg - - - - roll - double - /sim/headtracker/roll-deg - - - - status - int - /sim/headtracker/status - - - - - true - none - host - 4 - - - control - int - /sim/headtracker/control - - - - diff --git a/FaceTrackNoIR/ClientFiles/FlightGear/Readme.txt b/FaceTrackNoIR/ClientFiles/FlightGear/Readme.txt deleted file mode 100644 index c86ffffe..00000000 --- a/FaceTrackNoIR/ClientFiles/FlightGear/Readme.txt +++ /dev/null @@ -1,19 +0,0 @@ -FaceTrackNoIR for FlightGear. - -FaceTrackNoIR was made compatible with FlightGear with the help of Melchior Franz, who initially made a Linux headtracker. FaceTrackNoIR sends UDP-packets to FlightGear which contain 6DOF-data. The script and protocol provided by Melchior take care of receiving the data and moving 'the head' in-game. - -To make the FlightGear script work, copy the files in the subfolders to the corresponding folders in the FlightGear installation folder. Start FlightGear with the batch-file 'start_fg.bat'. - - -Please let us know if you like the program, if you have ideas for improvements or any questions you might have. - - - -The FaceTrackNoIR team: - -Wim Vriend -Ron Hendriks - - - -Disclaimer: For usage of 3rd party software like FlightGear, the FaceTrackNoIR team is not responsible. Use it at your own risk. \ No newline at end of file diff --git a/FaceTrackNoIR/ClientFiles/FlightGear/Win32/start_fg.bat b/FaceTrackNoIR/ClientFiles/FlightGear/Win32/start_fg.bat deleted file mode 100644 index cd9829b5..00000000 --- a/FaceTrackNoIR/ClientFiles/FlightGear/Win32/start_fg.bat +++ /dev/null @@ -1 +0,0 @@ -fgfs --generic=socket,in,25,localhost,5550,udp,headtracker --generic=socket,out,10,localhost,5551,udp,headtracker --prop:browser=/sim/headtracker "c:\Program Files\FlightGear\data\Nasal\headtracker.xml" \ No newline at end of file -- cgit v1.2.3