2009/12/2 Curtis Olson <curtol...@gmail.com>:

> non-illuminated sides.  Is there a howto posted somewhere that explains how
> to fix this?

Some time ago I found this in devel-list:

#! /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


-- 
---
WBR, Vadym.

------------------------------------------------------------------------------
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