POV-Ray : Newsgroups : povray.binaries.images : Radiosity: Algorithm vs. Reality : Re: Radiosity: Algorithm vs. Reality Server Time
19 Aug 2024 00:24:34 EDT (-0400)
  Re: Radiosity: Algorithm vs. Reality  
From: Tony[B]
Date: 20 Mar 2001 13:15:37
Message: <3ab79e49@news.povray.org>
I think I found why you see a "reflection".

> #declare GroundTex=texture {
>                         pigment {checker color rgb 1, color rgb 0.95}
>                         finish {ambient 0 diffuse 0.8}
>                         }

> sphere {y*6,5.5
>         texture {GroundTex
>                 normal {
>                         crackle 1
>                         scale 0.5
>                         }
>                 }
>         }


Post a reply to this message

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