1
0
Fork 0

Push external eye point a bit further away from the aircraft.

This commit is contained in:
curt 2001-05-18 20:30:18 +00:00
parent 74b473ca36
commit 31c8d67333

View file

@ -274,7 +274,7 @@ sgVec3 *PilotOffsetGet()
if( PO_vec == 0 ) {
sgVec3 v;
// we seem to need the ~quite zero terms ???
sgSetVec3(v,15,0.0001,0.0001);
sgSetVec3(v,25,0.0001,0.0001);
PilotOffsetInit(v);
}
sgVec3Slider *me = (sgVec3Slider *)PO_vec -> getUserData();