POV-Ray : Newsgroups : povray.newusers : Reflect light inside box : Re: Reflect light inside box Server Time
8 Jun 2024 11:15:48 EDT (-0400)
  Re: Reflect light inside box  
From: James Holsenback
Date: 11 Dec 2012 16:18:30
Message: <50c7a326$1@news.povray.org>
On 12/11/2012 02:31 PM, Rhonda wrote:
> This is all really helpful, thank you. I think I'm making progress. I still have
> a few issues.
>
> This is what I now have:
>
> global_settings{photons{spacing 0.1}}
>
> #declare my_texture =
>   texture {
>    finish{
>       reflection{
>        0.3, 1
>        fresnel
>      metallic
>     }
>     specular 1
>     roughness 0.1
>    }
>   }

the metallic keyword belongs in the finish block ... not the reflection 
block. The rest looked OK (quick glance)


Post a reply to this message

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