POV-Ray : Newsgroups : povray.newusers : image map : image map Server Time
26 Sep 2024 19:50:11 EDT (-0400)
  image map  
From: ulli
Date: 12 Jun 2002 20:13:02
Message: <3D07E392.6060702@gmx.de>
hi,
iv got another problem with my beer bottle. the labels are should only 
be once on the bottle, but they are each twice (horizontal)

texture {
       pigment {rgbf <0.3, 0.13, 0.075, 1.35>    }       }

      texture { pigment {
    image_map { png "beer2.png"
                        once
                        interpolate 2

          }}

             translate <-0.5+a,0.1+b,c>
             scale <4/10,6.2/10,4/10> }
      interior { ior 1.5 }
      texture {beero}
       translate < a, b , c >
       finish {
         ambient 0.5
         diffuse 0.35
         brilliance 0.5
         specular 0.1
         roughness 0.000009
         reflection { 0.48  fresnel}
         conserve_energy}


Post a reply to this message

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