POV-Ray : Newsgroups : povray.beta-test : More To Test : More To Test Server Time
19 Apr 2024 21:40:03 EDT (-0400)
  More To Test  
From: clipka
Date: 25 Nov 2016 01:14:05
Message: <5837d6ad$1@news.povray.org>
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.


Post a reply to this message

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