1
0
Fork 0
fgdata/Aircraft/c172p/Nasal/doors.nas
martin 922a09ebcf Heiko Schulz:
-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...
2008-12-04 22:44:18 +00:00

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 );