POV-Ray : Newsgroups : povray.general : Image Map : Re: Image Map Server Time
4 Aug 2024 06:10:49 EDT (-0400)
  Re: Image Map  
From: Warp
Date: 8 Jul 2003 04:29:37
Message: <3f0a80f0@news.povray.org>
md2161 <bla### [at] blahblah> wrote:
> plane {
>  y,
>  0
>  pigment {
>   image_map {
>    png "axes1.png"
>    once
>   }
>  }
> }

  Your plane is in the x-z plane, while the image map is in the x-y plane.

  Rotate the pigment by x*90.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

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