POV-Ray : Newsgroups : povray.newusers : Reflect light inside box : Re: Reflect light inside box Server Time
8 Jun 2024 01:31:41 EDT (-0400)
  Re: Reflect light inside box  
From: Rhonda
Date: 11 Dec 2012 18:15:01
Message: <web.50c7be34cf1ff5fee6e840160@news.povray.org>
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
  }
 }


Post a reply to this message

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