POV-Ray : Newsgroups : povray.newusers : Reflect light inside box : Re: Reflect light inside box Server Time
27 Sep 2024 18:41:06 EDT (-0400)
  Re: Reflect light inside box  
From: clipka
Date: 11 Dec 2012 19:27:36
Message: <50c7cf78@news.povray.org>
Am 12.12.2012 00:13, schrieb Rhonda:
> Thanks for the input. Any thoughts on why this isn't working:
>
> texture{
>     object{
>      box{<-9,1,0.0001>,<9,10,1 >}
>      my_texture,
>      pigment {rgbt 1}
>    }
>    }

Try this:

   texture{
     object {
       box{<-9,1,0.0001>,<9,10,1 >}
       texture { my_texture },
       texture { pigment {rgbt 1} }
     }
   }


Post a reply to this message

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