-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New model from Guilherme A. L. da Silva: Bombardier Global 5000 aircr…
…aft (#433)
- Loading branch information
Showing
4 changed files
with
1,018 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<initialize name="airborne"> | ||
|
||
<!-- | ||
This file sets up the aircraft initial conditions. It turns | ||
all of the engines on, and provides a default altitude and | ||
airspeed. This may be overridden in the script file that | ||
calls this initialization file. | ||
--> | ||
<running> -1 </running> | ||
<altitude unit="FT"> 30000.0 </altitude> | ||
<vc unit="KTS"> 200.0 </vc> | ||
|
||
</initialize> |
Oops, something went wrong.