|
From: doug s. <hig...@ho...> - 2013-05-30 00:16:55
|
>for example linux freewrl doesn't quit on the win32 q keystroke. > win32 keystrokes: > 14 58111.046000 "X,2,x,1,X,3," "" > 24 58121.687000 "Q,2,q,1,Q,3," "" > linux keystrokes: > 24 1369782152.529543 "x,2,x,3," "" > 29 1369782155.037159 "q,2,q,3," "" > . . I modified linux to give also a 1 ie when it gets a 3, it spits out a 1 first. Then made it so linux and win32 both act on the 1 key (the 2, and 3 are used for a Node called KeySensor) . > . > A few other issues: > a) dtime > - in win32 the dtime variable can be float with 6 decimal places. > - in linux, it looks like time will get rounded. So the time needs to be > read-back after sprintf and applied to dtime if doing -R -F together. Maybe that was > the cause of the small diff I saw before - slightly different time delta > and resulting animation progress. dtime DONE/FIXED . > b) statusbar > - ./configure --with-statusbar=hud vs no statusbar - might need different /recording set |