POV-Ray : Newsgroups : povray.beta-test : More To Test : Re: More To Test Server Time
19 Apr 2024 10:14:18 EDT (-0400)
  Re: More To Test  
From: Mike Horvath
Date: 25 Nov 2016 02:15:44
Message: <5837e520$1@news.povray.org>
On 11/25/2016 1:39 AM, Mike Horvath wrote:
> On 11/25/2016 1:13 AM, clipka wrote:
>> Hi folks,
>>
>> yet another new version to test:
>>
>> https://github.com/POV-Ray/povray/releases/tag/v3.7.1-alpha.8889454
>>
>> This version adds a new pigment pattern:
>>
>>     pigment {
>>       user_defined {
>>         function { RED_FUNCTION },
>>         function { GREEN_FUNCTION },
>>         function { BLUE_FUNCTION },
>>         function { FILTER_FUNCTION },
>>         function { TRANSMIT_FUNCTION }
>>       }
>>     }
>>
>> Each function is optional, in which case the corresponding component is
>> set to 0. For example, the following sets the colour to rgbft
>> <x,y,0,0,z>:
>>
>>     pigment {
>>       user_defined {
>>         function { x },
>>         function { y },
>>         ,,
>>         function { z }
>>       }
>>     }
>>
>>
>> Aside from that, the version also includes the data container update as
>> well as the transmission-based highlights/reflections knockout update.
>>
>
> Does it work like a parametric? Can you input the same values?
>
>
> Mike

Never mind. Stupid question.

Mike


Post a reply to this message

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