Push external eye point a bit further away from the aircraft.
This commit is contained in:
parent
74b473ca36
commit
31c8d67333
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ sgVec3 *PilotOffsetGet()
|
||||||
if( PO_vec == 0 ) {
|
if( PO_vec == 0 ) {
|
||||||
sgVec3 v;
|
sgVec3 v;
|
||||||
// we seem to need the ~quite zero terms ???
|
// we seem to need the ~quite zero terms ???
|
||||||
sgSetVec3(v,15,0.0001,0.0001);
|
sgSetVec3(v,25,0.0001,0.0001);
|
||||||
PilotOffsetInit(v);
|
PilotOffsetInit(v);
|
||||||
}
|
}
|
||||||
sgVec3Slider *me = (sgVec3Slider *)PO_vec -> getUserData();
|
sgVec3Slider *me = (sgVec3Slider *)PO_vec -> getUserData();
|
||||||
|
|
Loading…
Reference in a new issue