Hallo!
Für eien Teil meiner Probleme hab ich nun im AVSIM Forum die Lösung entdeckt.
___________________________
TEXTURE_DEF TEXTURE_AIRCRAFT , <255,255,255,255>, 0.570462, "OW_HUIS1DP.BMP" ; 0
When I went through the SDK I noticed that this code is for aircraft textures (OK, could have guessed that from the name too ). But I also found there that TEXTURE_BUILDING is for scenery textures. So after changing the code into:
TEXTURE_DEF TEXTURE_BUILDING , <255,255,255,255>, 0.570462, "OW_HUIS1DP.BMP" ; 0
___________________________
Nun werden die Texturen der Bäume, TWY-Signs und ähnlicher kleinerer Objekte ordentlich dargestellt. Für die fehlende Transparenz der TWY-Linien weiss ich allerdings noch immer keinen Rat.
|