1
0
Fork 0

Commented out code setting view position offsets until we sort out

what is what.
This commit is contained in:
david 2002-04-04 01:04:09 +00:00
parent 7543409e47
commit e78a4d3727

View file

@ -179,9 +179,9 @@ void YASim::init()
// The pilot's eyepoint
float pilot[3];
a->getPilotPos(pilot);
fgSetFloat("/sim/view/pilot/x-offset-m", -pilot[0]);
fgSetFloat("/sim/view/pilot/y-offset-m", -pilot[1]);
fgSetFloat("/sim/view/pilot/z-offset-m", pilot[2]);
// fgSetFloat("/sim/view/pilot/x-offset-m", -pilot[0]);
// fgSetFloat("/sim/view/pilot/y-offset-m", -pilot[1]);
// fgSetFloat("/sim/view/pilot/z-offset-m", pilot[2]);
// Blank the state, and copy in ours
State s;