POV-Ray : Newsgroups : povray.general : Placing png as semi-transparent image in front of pov object : Re: Placing png as semi-transparent image in front of pov object Server Time
3 Aug 2024 00:25:22 EDT (-0400)
  Re: Placing png as semi-transparent image in front of pov object  
From: Greg M  Johnson
Date: 31 Jul 2004 21:56:02
Message: <410c4db2$1@news.povray.org>
Okay thanks. but what worked was making a GIF and then:

    box{<0,0,-0.0001>,<1,1,-0.0002>
       texture{
                pigment{ image_map {gif "w_mygif_gri.gif"
                                //filter all 0.9999
                                transmit all 0.9900625
                                map_type 0 once }
                        }
               finish{diffuse 0 ambient 1}
               }
        scale 45*<320/400,1,1>
          no_shadow
        translate -39*z-23*x+51*y}


Post a reply to this message

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