POV-Ray : Newsgroups : povray.binaries.images : A combined cell pattern : Re: A combined cell pattern Server Time
8 May 2024 14:07:52 EDT (-0400)
  Re: A combined cell pattern  
From: And
Date: 18 Jan 2024 07:50:00
Message: <web.65a91e0760c048b3f7e60deeaa81652d@news.povray.org>
My question is: Does POV-Ray have another version of voronoi pattern to use? I
said "Worley noise"
As a function?



---------------------------------------------

step2:

multiply "f_crackle_base" to a f_bumps(x,y,z) noise, the "f_bumps" noise should
change its relative size to "f_crackle", so I #declare bum_size to adjust it.


#declare f_test(x,y,z) =
function(x, y, z) {
f_crackle_base(x,y,z) * f_bump_base(x,y,z)
}



The "f_test" pattern:


Post a reply to this message


Attachments:
Download 'f_test.png' (664 KB)

Preview of image 'f_test.png'
f_test.png


 

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