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
|