UNPKG
jsbsim.js
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
JSBSim flight dynamics model ported to JavaScript
github.com/csbrandt/JSBSim.js
jsbsim.js
/
JSBSim
/
aircraft
/
weather-balloon
/
reset10.xml
13 lines
(11 loc)
•
336 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version=
"1.0"
?>
<
initialize
name
=
"reset10"
>
<!-- This file sets up the balloon to launch -->
<
ubody
unit
=
"FT/SEC"
>
0.0
</
ubody
>
<
latitude
unit
=
"DEG"
>
40.0
</
latitude
>
<
longitude
unit
=
"DEG"
>
-112.0
</
longitude
>
<
psi
unit
=
"DEG"
>
0.0
</
psi
>
<
altitude
unit
=
"FT"
>
10.0
</
altitude
>
</
initialize
>