From: <mk...@us...> - 2003-02-21 08:01:21
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID In directory sc8-pr-cvs1:/tmp/cvs-serv627/Tools/HID Modified Files: GameScreen.map Log Message: fixed moon billboard for high latitudes, restructured terrain node in scene in anticipation of shadow mapping Index: GameScreen.map =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID/GameScreen.map,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GameScreen.map 19 Feb 2003 23:03:56 -0000 1.4 --- GameScreen.map 21 Feb 2003 08:00:42 -0000 1.5 *************** *** 1,8 **** include mouse.map include keys.map ! include F16CS.map device keyboard 0 key US_keyboard ! device joystick 0 F16CS CH_F16CS device mouse 0 mouse standard_mouse --- 1,8 ---- include mouse.map include keys.map ! include x36.map device keyboard 0 key US_keyboard ! device joystick 0 x36 Saitek_X36 device mouse 0 mouse standard_mouse |