POV-Ray : Newsgroups : povray.newusers : [Q] image_map's and tranparency Server Time
6 Sep 2024 16:14:36 EDT (-0400)
  [Q] image_map's and tranparency (Message 1 to 2 of 2)  
From: Rune Winsevik
Subject: [Q] image_map's and tranparency
Date: 24 Mar 1998 04:03:09
Message: <6f7t1m$5bo$1@oz.aussie.org>
If I use a gif file as  an image_map the "filter all" statement works
fine, but if I use a tga file
as the image_map the transparency don't work! How come? Can POV-Ray use
any other
file formats than gif/tga/png as image_maps? I'd very much like to stick
to the true color tga
texture maps instead of the GIFs, but right now they are unavoidable...

This is how the worling line looks:

  pigment { image_map { gif "C:\temp\57.gif" interpolate 2 filter all
0.32}}

And this yields an non-transparent surface:

  pigment { image_map { tga "C:\temp\57.tga" interpolate 2 filter all
0.32}}


Thanks for any help!

-Rune

--
--------------------------------------------------------------------
Remove "SPAM?NO!" to reply. My home is at: http://home.sol.no/~runew


Post a reply to this message

From: GrimDude
Subject: Re: [Q] image_map's and tranparency
Date: 26 Mar 1998 02:44:22
Message: <6fct98$d84$1@oz.aussie.org>
I do not think that it works properly with targa files, because targa's
are not palletted files.

--
Paul Hinds
gri### [at] swbellnet


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.