POV-Ray : Newsgroups : povray.beta-test : Several problems : Re: Several problems Server Time
25 Apr 2024 13:40:41 EDT (-0400)
  Re: Several problems  
From: Stephen
Date: 10 Mar 2017 09:53:53
Message: <58c2be01$1@news.povray.org>
On 3/10/2017 2:27 PM, Stephen wrote:
> box {<0, 0, 0>, <1, 0.1, 1>
>   pigment {Picture}
>   rotate 90 * x
>   scale <5*(image_width/10), 1, 5*(image_width/10)>
>   translate <0, 0, 0>
> }


Duh! This is better. If it is what you want.

box {<0, 0, 0>, <1, 0.1, 1>
  pigment {Picture
  rotate 90 * x
}

  scale <5*(image_width/10), 1, 5*(image_width/10)>
  translate <0, 0, 0>
}


-- 

Regards
     Stephen


Post a reply to this message

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