POV-Ray : Newsgroups : povray.binaries.images : fun with function-pigment (31214+21948 bbu) : Re: fun with function-pigment (31214+21948 bbu) Server Time
19 Aug 2024 02:22:26 EDT (-0400)
  Re: fun with function-pigment (31214+21948 bbu)  
From: Anton Sherwood
Date: 23 Jan 2001 01:31:24
Message: <3A6D274D.B66DCB41@pobox.com>
Remco de Korte wrote:
> Ooo, it's a time machine...
> Is this hard to do? Code?

#declare F1 = function { (3*x+4*y + 2*sin(4*x-3*y)) }

and then the pigments shown are

	pigment { function { sin(F1) * exp(A*x) }}

	pigment { function { 0.5 - B*cos(F1)/exp(A*(3*x+4*y)^2) }}

for some forgotten values of A,B.


-- 
Anton Sherwood  --  br0### [at] p0b0xcom  --  http://ogre.nu/


Post a reply to this message

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