POV-Ray : Newsgroups : povray.general : Image Map : Image Map Server Time
4 Aug 2024 06:18:33 EDT (-0400)
  Image Map  
From: md2161
Date: 8 Jul 2003 04:14:18
Message: <3f0a7d5a$1@news.povray.org>
Hi,
I'm trying to map an image to a plane, as described in the tutorial.  I've
added the once keyword.  However, POVray maps a single row of pixels
infinitely in the Z direction.  How can I get it to render the whole image
only once?
Here's the code:

plane {
 y,
 0
 pigment {
  image_map {
   png "axes1.png"
   once
  }
 }
}


Post a reply to this message

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