* Robicd -- Friday 24 February 2006 13:48:
> Any chance to have something like <max>[0.5,0.0,1.0]</max>?
> I.e. <max>/<min> applied to vector values instead of scalar ones.

No. This would mean that we first let SG parse the XML config,
and then use a different (albeit simple) parser to split up
the property contents. This could only be done in XML syntax:

  <emission>
      <red>
          <value>
          <property>
          <min>
      </red>
      <blue>
          <value>
           ...

And, frankly, that's not exactly how I want the animation to
evolve. At least not just because one single radio tower in one
country could use it. From the XML point of view, this would
be OK, too:

  <emission>
      <red>
          <min red="1.0" blue="0.3" green="0.7"/>
          ...

but this is not the fgfs way. The way to go is IMHO, to make
Nasal available to scenery objects, and to do very specific
animation code in Nasal.

m.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to