POV-Ray : Newsgroups : povray.binaries.images : Any advice on lighting? : Re: Any advice on lighting? Server Time
28 Apr 2024 23:13:28 EDT (-0400)
  Re: Any advice on lighting?  
From: And
Date: 25 Nov 2017 00:35:01
Message: <web.5a1900064b15f6efa6394f050@news.povray.org>
"B. Gimeno" <nomail@nomail> wrote:
> Hi,
> After many years of coding, the realistic finish has never been my best point.
> Wow could I fix the unrealistic finish of these spheres?
> The more I look at them, the more "fake" they look on the image.
> I can't find the right combination of ambient, radiance and brilliance.
>
> Regards
> B. Gimeno
>
> pd, the source for the Red Sphere
>
>             texture {
>               pigment { Red
>                       }
>               finish { specular .5
>                        metallic
>                        ambient .2
>                        diffuse .5
>                      }
>
>               }

I post an image for your reference,

sphere{
<0,0.14,0.3>, 0.14
    texture{
        pigment{rgb<0.19,0.18,0.19>}
        finish{ambient 0 diffuse 1 brilliance 1.5 reflection {0.01,0.2 falloff
3}}
    }
}


Post a reply to this message


Attachments:
Download 'finish test2 6.png' (236 KB)

Preview of image 'finish test2 6.png'
finish test2 6.png


 

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