1
0
Fork 0
This commit is contained in:
curt 2001-05-18 20:30:36 +00:00
parent 31c8d67333
commit f85df36eaa
2 changed files with 3 additions and 1 deletions

View file

@ -61,6 +61,8 @@ fgLoadFlight (istream &input)
SG_LOG(SG_INPUT, SG_ALERT, "Error restoring flight; aborted");
return false;
}
return true;
}
// end of fg_props.cxx

View file

@ -366,7 +366,7 @@ void fgRenderFrame( void ) {
sgVec3 po; // chase view pilot_offset
sgVec3 wup; // chase view world up
sgSetVec3( po, 0.0, 0.0, 50.0 );
sgSetVec3( po, 0.0, 0.0, 100.0 );
sgCopyVec3( wup, pilot_view->get_world_up() );
sgMat4 CXFM; // chase view + pilot offset xform
sgMakeRotMat4( CXFM,