POV-Ray : Newsgroups : povray.newusers : Image Mapping a Cylinder? : Re: Image Mapping a Cylinder? Server Time
6 Sep 2024 06:21:22 EDT (-0400)
  Re: Image Mapping a Cylinder?  
From: Spock
Date: 12 Dec 1998 17:38:05
Message: <3672f04d.0@news.povray.org>
This fragment worked when I put a label on a wine bottle...

  texture { //the label
   pigment {
    image_map {
     gif "label.gif"
     interpolate 2
     once
     map_type 2
     transmit 255,1
    }
    scale .9
    translate <0,.3,0>
    rotate <0,-90,0>
   }
  }

Prez Midnite wrote in message <3672DEB6.8D9F3F07@NOSPAM.disinfo.net>...
>Alright, I'm stuck...


Post a reply to this message

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