Curtis Olson wrote:
> I've been playing around with the Rascal aircraft model, but it appears 
> that it's never had it's materials updated and thus looks very dark on 
> the  non-illuminated sides.  Is there a howto posted somewhere that 
> explains how to fix this?

There's even a script floating around:


#! /bin/sh

for f in "$@" ; do
   sed -i.before-color-change 
's,\(MATERIAL.*\)rgb\(.*\)amb\(.*\)emis\(.*\)spec\(.*\)shi\(.*\)trans\(.*\)$,\1rgb\2amb\2emis\4spec\5shi\6trans\7,1'
 
"$f"
   if ! cmp "${f}" "${f}.before-color-change" > /dev/null 2>&1 ; then
       echo "$f has changed colors!"
   fi
done


Erik

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to