Re: [Flightgear-devel] Re: terrain texture question

2005-11-17 Thread Josh Babcock
Melchior FRANZ wrote: > * Ampere K. Hardraade -- Thursday 17 November 2005 01:50: > >>On November 16, 2005 05:37 pm, Melchior FRANZ wrote: >> >>>* Josh Babcock -- Wednesday 16 November 2005 23:25: >>> I considered using a Nasal script, but I don't know how the script would know when the wi

Re: [Flightgear-devel] Re: terrain texture question

2005-11-17 Thread George Patterson
On Wed, 2005-11-16 at 19:50 -0500, Ampere K. Hardraade wrote: > On November 16, 2005 05:37 pm, Melchior FRANZ wrote: > > * Josh Babcock -- Wednesday 16 November 2005 23:25: > > > I considered using a Nasal script, but I don't know how the > > > script would know when the winter textures are being u

[Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Melchior FRANZ
* Ivo -- Thursday 17 November 2005 04:31: > On Thursday 17 November 2005 01:50, Ampere K. Hardraade wrote: > > Speaking of snow: is there anything about snow accumlation in METAR data? > > I'm just curious. > > Well, there's this: > > Format: SNINCR [i/g] But that's not standard METAR,

[Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Melchior FRANZ
* Ampere K. Hardraade -- Thursday 17 November 2005 01:50: > On November 16, 2005 05:37 pm, Melchior FRANZ wrote: > > * Josh Babcock -- Wednesday 16 November 2005 23:25: > > > I considered using a Nasal script, but I don't know how the > > > script would know when the winter textures are being used.

Re: [Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Vassilii Khachaturov
> Well, there's this: > > Format: SNINCR [i/g] > > i - Increase in snow level in inches per hour. > > g - Snow level on the ground in inches. > > I googled for metar snow level :-) OTOH, various stations have various capabilities, which is (in the US at least) differentiated by the

Re: [Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Ivo
On Thursday 17 November 2005 01:50, Ampere K. Hardraade wrote: > Speaking of snow: is there anything about snow accumlation in METAR data? > I'm just curious. Well, there's this: Format: SNINCR [i/g] i - Increase in snow level in inches per hour. g - Snow level on the ground

Re: [Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Ampere K. Hardraade
On November 16, 2005 05:37 pm, Melchior FRANZ wrote: > * Josh Babcock -- Wednesday 16 November 2005 23:25: > > I considered using a Nasal script, but I don't know how the > > script would know when the winter textures are being used. > >   if (getprop("/sim/startup/season") == "winter") { ?? } > >

Re: [Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Josh Babcock
Melchior FRANZ wrote: > * Josh Babcock -- Wednesday 16 November 2005 23:25: > >>I considered using a Nasal script, but I don't know how the >>script would know when the winter textures are being used. > > > if (getprop("/sim/startup/season") == "winter") { ?? } > > m. > > ___

[Flightgear-devel] Re: terrain texture question

2005-11-16 Thread Melchior FRANZ
* Josh Babcock -- Wednesday 16 November 2005 23:25: > I considered using a Nasal script, but I don't know how the > script would know when the winter textures are being used. if (getprop("/sim/startup/season") == "winter") { ?? } m. ___ Flightgear-de