I quess that was a pretty lame answer of mine , I assumed you only
needed to fix a single ac file...
Ive modified my local ac3d_export to alway copy the rgb values to amb
, and use mirror color as emissive .
Cheers

On 12/2/09, syd adams <adams....@gmail.com> wrote:
> or just set the amb color to the same as rgb in the .ac file.
>
> On 12/2/09, Curtis Olson <curtol...@gmail.com> wrote:
>> Thanks Vadym and Erik, hopefully this does the trick.
>>
>> Curt.
>>
>>
>> On Wed, Dec 2, 2009 at 8:46 AM, Vadym Kukhtin <val...@gmail.com> wrote:
>>
>>> 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
>>>
>>
>>
>>
>> --
>> Curtis Olson: http://baron.flightgear.org/~curt/
>>
>

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