POV-Ray : Newsgroups : povray.binaries.images : pattern blend : Re: pattern blend Server Time
28 Apr 2024 20:29:53 EDT (-0400)
  Re: pattern blend  
From: Thomas de Groot
Date: 5 Mar 2018 02:44:40
Message: <5a9cf568$1@news.povray.org>
On 4-3-2018 18:12, Norbert Kern wrote:
> #declare p_o_x = function {p_original (x,y,z).x}
> #declare p_o_y = function {p_original (x,y,z).y}
> #declare p_o_z = function {p_original (x,y,z).z}
> 

I had thought to use:

#declare p_o_R = function {p_original (x,y,z).red}
#declare p_o_G = function {p_original (x,y,z).green}
#declare p_o_B = function {p_original (x,y,z).blue}

But that should yield the same thing I guess. I was going to code that...

-- 
Thomas


Post a reply to this message

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