POV-Ray : Newsgroups : povray.binaries.images : tone mapping in povray : Re: tone mapping in povray Server Time
30 Jul 2024 08:18:09 EDT (-0400)
  Re: tone mapping in povray  
From: Florian Siegmund
Date: 15 Apr 2012 08:55:01
Message: <web.4f8ac4e26dc6cfa9a4c3084d0@news.povray.org>
"Florian Siegmund" <flo### [at] gmxat> wrote:
> sphere {
>     CAMERA_LOCATION, 0.01 // small radius
>     pigment {color rgb 0}
>     finish {
>         reflection {
>             1.35 // overall image brightness
>             exponent 0.87 // non-linearity        }
>     }
>     no_reflection
>     no_shadow
> }

Sorry, there's a little typo in my code...
The closing bracket in the first finish block has jumped up one line somehow
and has become a comment.
Here's the corrected version:

     finish {
         reflection {
             1.35 // overall image brightness
             exponent 0.87 // non-linearity
         }
     }

Regards, Florian


Post a reply to this message

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