|
 |
On 2/6/21 3:06 PM, William F Pokorny wrote:
> On 2/5/21 7:41 PM, Ton wrote:
...
>> When I use +UA, povray says: makecloud2001.tga, 32 bpp with alpha
>> Targa, but
>> this time I don't have the alpha channel, and tga2df3 generates a cloud.
>>
...
>
> I believe I see it in my povr branch based off v3.8.
>
...
> I'm tired. I'll try and run the issue down tomorrow.
>
As bugs go, a relatively easy one. :-)
In the file: source/base/image/targa.cpp and the function Write:
bool opaque = options.AlphaIsEnabled();
should be:
bool opaque = !options.AlphaIsEnabled();
Bill P.
Post a reply to this message
|
 |