Re: Graphical glitch on taxiways
Reply #6 –
I don't understand the wiki explanation. It's a bit confusing for me..
...I guess the current dat file of that object could be something like this:
Image[0]=pre_signale.1.0
Image[0]=one_way.1.0 --- Front S
Image[1]=one_way.1.1 --- Back S
Image[2]=one_way.1.2 --- Back E
Image[3]=one_way.1.3 --- Front E
Image[4]=one_way.1.4 --- Front N
Image[5]=one_way.1.5 --- Back N
Image[6]=one_way.1.6 --- Back W
Image[7]=one_way.1.7 --- Front W
and If I haven't read wrong it could be fixed just coding it this way (removing lines that make reference to FrontImage and coding them as BackImages), couldn't it?
Image[0]=one_way.1.0 --- Back S
Image[3]=one_way.1.3 --- Back E
Image[4]=one_way.1.4 --- Back N
Image[7]=one_way.1.7 --- Back W