POV-Ray : Newsgroups : povray.object-collection : Metal textures uploaded : Re: Metal textures uploaded Server Time
26 Apr 2024 08:47:02 EDT (-0400)
  Re: Metal textures uploaded  
From: Cousin Ricky
Date: 23 Apr 2013 20:50:00
Message: <web.51772bd06b681dee78641e0c0@news.povray.org>
On March 9, 2013 "Cousin Ricky" <rickysttATyahooDOTcom> wrote:
> After a short exchange with clipka yesterday in the "HDRI settings" thread in
> p.b.i, and a quick trip to a hardware store, I decided to go with a combination
> of specular highlight and high brilliance for diffuse surfaces.  However, when I
> started adapting my macros for the Object Collection in 2011, mindful of my
> ignorance of quantum electrodynamics, I implemented the transfer functions as,
> well, functions.  This was comforting.  If you don't like my decision from
> yesterday, you can always do something like:
>
> #include "rc3metal.inc"
> #undef RC3M_fn_Brilliance
> #declare RC3M_fn_Brilliance = function (x) { 1 }
> #undef RC3M_fn_Specular
> #declare RC3M_fn_Specular = function (x) { x }

Always one to second-guess myself, I wrote a macro that enables me to second-
guess myself with one line of code.  It is part of RC3Metal version 1.1.  To
make the above adjustment in RC3Metal 1.1, use:

   RC3Metal_Set_functions (0.0, 1.0)


Post a reply to this message

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