POV-Ray : Newsgroups : povray.newusers : Reflect light inside box : Re: Reflect light inside box Server Time
18 Jun 2024 10:06:42 EDT (-0400)
  Re: Reflect light inside box  
From: James Holsenback
Date: 11 Dec 2012 18:53:31
Message: <50c7c77b$1@news.povray.org>
On 12/11/2012 06:13 PM, Rhonda wrote:
> 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}
>    }
>    }
>
>
> where, this is declared above
>
> #declare my_texture=
>   texture {
>    finish{
>       reflection{
>        0.3, 1
>        fresnel
>      metallic
>     }
>     specular 1
>     roughness 0.1
>    }
>   }
>
>
>
>
check out:
http://wiki.povray.org/content/Reference:Object_Pattern


shown in the example


Post a reply to this message

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