POV-Ray : Newsgroups : povray.general : How to display image? : Re: How to display image? Server Time
31 Jul 2024 06:15:39 EDT (-0400)
  Re: How to display image?  
From: Tim Attwood
Date: 18 Sep 2007 16:18:59
Message: <46f032b3$1@news.povray.org>
> Is there such a thing as a "rectangle", rather than a "box"?
There's polygons.

polygon {
   4,
   <0, 0>, <0, 1>, <1, 1>, <1, 0>
   texture {
      pigment { image_map { png "plasma2.png"  } }
      finish { ambient 1 diffuse 0 }
   }
    //scale and rotate as needed here
}


Post a reply to this message

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