POV-Ray : Newsgroups : povray.newusers : semi-transparent image map : semi-transparent image map Server Time
31 Jul 2024 06:15:05 EDT (-0400)
  semi-transparent image map  
From: Greg M  Johnson
Date: 2 Nov 2002 13:44:00
Message: <3dc41cf0$1@news.povray.org>
How do I get a semi-transparent image map?
Say I wanted the code for the following to put an image in front of my model
to see how it compares:

box{0,<1,1,.1>
        texture{
                pigment{
                        image_map{
                                jpeg "man2_template.jpg"
                                //[IMAGE_MAP_MODS...]
                                }
                                }

                finish{diffuse 0 ambient 1}}
    scale 100
    translate <-50,-50,250>+265*z
}


Post a reply to this message

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