922a09ebcf
-new better panel -added lights and made them switchable -doors can be open now (pick animation) -added some liveries by Brett Harrison -added paintkit by Brett Harrison -converted liveries to png -replaced radio stack with 3d-radios, DME and marker-lights yet missing -minor bugfixes -added glass shader with fresnel effect still work on the interior to do like the seats, walls and so on...
4 lines
305 B
Text
4 lines
305 B
Text
# doors ============================================================
|
|
leftDoor = aircraft.door.new( "/sim/model/door-positions/leftDoor", 2, 0 );
|
|
rightDoor = aircraft.door.new( "/sim/model/door-positions/rightDoor", 2, 0 );
|
|
baggageDoor = aircraft.door.new( "/sim/model/door-positions/baggageDoor", 2, 0 );
|