POV-Ray : Newsgroups : povray.binaries.images : Blasted infernal image maps II : Re: Blasted infernal image maps II Server Time
2 Oct 2024 20:21:00 EDT (-0400)
  Re: Blasted infernal image maps II  
From: TonyB
Date: 27 Mar 2000 13:04:03
Message: <38dfa293@news.povray.org>
Here's how I would do it.

box
{
 -<1,1,0>/2,<1,1,0>/2
 pigment
 {
   image_map
   {
     tga "c:\My Documents\left2"
     once map_type 0 interpolate 2
   }
   translate -<1,1,0>/2
  }
 finish {ambient 1 diffuse 0}
 scale 14 translate <-17,-1.5,3>
}


Post a reply to this message

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