* Roberto Inzerillo -- Friday 24 February 2006 13:11:
> As I read in the example given in model-howto.html, <min> and <max> tag 
> are applied to the result of ((property * factor) + offset) computation. 
> With emission I have a vector result (red,green,blue). Is there a way to 
> apply the <max> tag to such a result?

Not currently. I didn't implement it because I had hoped it wouldn't be
necessary. But I agree that <offset> and <factor> property almost mandate
to have <min> and <max>, too. I'll implement that. TWhat I do *not* want,
though, is <red-min>, <blue-max> etc. The limits will be applied to all
three colors of a color quality. If one needs finer control, then one has to
use Nasal code (which is currently not available to scenery models :-).

  <emission>...
      <red>...
      <blue>...
      <green>...
      <factor-prop>...
      <offset>...
      <min>...
      <max>...
  </emission>
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