POV-Ray : Newsgroups : povray.binaries.images : A combined cell pattern : Re: A combined cell pattern Server Time
8 May 2024 16:38:44 EDT (-0400)
  Re: A combined cell pattern  
From: And
Date: 18 Jan 2024 07:55:00
Message: <web.65a91f7360c048b3f7e60deeaa81652d@news.povray.org>
step3:

f_disturb_bump(x,y,z) is another bumps pattern (It has two frequency). I wish
use it to disturb the "f_test" function, so I tried some combine method + - *
/...


And this one is awesome. When I see I feel... great.

#declare f_output2 =
function(x, y, z) {
f_test(
x , y,
 pow(
 (x*x + y*y)/ (f_disturb_bump(x, y, z)+1)
 , 0.75)
)
}


----------- ending -------------


Post a reply to this message

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