POV-Ray : Newsgroups : povray.binaries.images : terrain elevation : terrain elevation Server Time
3 Jul 2024 01:24:59 EDT (-0400)
  terrain elevation  
From: eticre
Date: 17 Dec 2014 10:40:01
Message: <web.5491a33ac9d2e1c65132d0560@news.povray.org>
Hi all
I tried ridged_mf for terrain on a iso-planet but result is "strange"
If function (x*x+y*y+z*z - (f_ridged_mf(x,y,z, 0.2 , 5 , 7 , 1.6 , 0.1 ,
2)+100)) is used directly in isosurface results ar goog but if same function is
used in pigment

#declare Dec_p=pigment{function{f_ridged_mf(x,y,z, 0.2 , 5 , 7 , 1.6 , 0.1 , 2)
}}

#declare fp_mount=function{pigment{pigment_pattern {Dec_p}}}

isosurface { function { (x*x+y*y+z*z - (fp_mount(x,y,z).gray+100)) }

resulting object is broken


Post a reply to this message


Attachments:
Download 'rmf-func-pigm.png' (235 KB)

Preview of image 'rmf-func-pigm.png'
rmf-func-pigm.png


 

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