|
|
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
|
|