Added model for service station

This commit is contained in:
Sidi Liang 2020-08-06 21:36:48 +08:00
parent 699699db8b
commit 98e3d88def
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
14 changed files with 26641 additions and 0 deletions

BIN
Models/Service-Station/Ramp.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because it is too large Load Diff

BIN
Models/Service-Station/body.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
Models/Service-Station/road.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 KiB

BIN
Models/Service-Station/screen.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

BIN
Models/Service-Station/wall.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
Models/Service-Station/wc.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -659,6 +659,15 @@ var brakeWithABS = func(){ #//Doesn't seems to work because it seems that jsbsim
}
}
#//Service Staion
var path = getprop("sim/aircraft-dir")~'/Models/Service-Station/Service-Staion.ac';
var coord = geo.aircraft_position();
var course = getprop("/orientation/heading-deg");
coord.apply_course_distance(course, 100); # Model to be added 100 m ahead
#//var model = geo.put_model(path, coord, course); # Place the default glider
#//Testing
var testingProgram_1_Entry = func(){
autospeed.startAutoSpeed();
autospeed.targetSpeedChange(100);