POV-Ray : Newsgroups : povray.newusers : brace version incompatibility ?? : Re: brace version incompatibility ?? Server Time
5 Sep 2024 04:19:24 EDT (-0400)
  Re: brace version incompatibility ??  
From: Ken
Date: 16 Oct 2001 21:48:35
Message: <3BCCE4F7.8A5CAEB6@pacbell.net>
MR wrote:
> 
> thanks ron,
> 
> DARN!!!  you're quick!  i just got that posted and looked for
> a moment thru povray.general and checked back to see if
> i posted ok and i had an answer.

If you really want the texture applied to the box you also need to
remove the brace at the end of the box and apply it to the end of
the entire block as illustrated below -

box {<-140,140,-170>,<-130,395,170>
  texture
    {
     pigment
      {
        image_map {tga "SCREEN.TGA"}
        rotate <0,90,0>
        scale <1,255,340>
        translate <0,140,-170>
      }
    finish{ambient 0.3}
    }
 }

-- 
Ken Tyler


Post a reply to this message

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