POV-Ray : Newsgroups : povray.binaries.images : For Vahur - Ridged mf mountains [25kb] : For Vahur - Ridged mf mountains [25kb] Server Time
18 Aug 2024 20:15:43 EDT (-0400)
  For Vahur - Ridged mf mountains [25kb]  
From: Tom Melly
Date: 13 Mar 2001 08:55:38
Message: <3aae26da@news.povray.org>
From recent postings in unofficial patches.

Mountain code:
#declare MountFunc = function {"ridgedMF" <0.3, 4, 6, 0.45, 1.9>}
#declare maxH = 5;
#declare MBase =
isosurface{
  function {y - MountFunc(x,0,z)*1*max(0,sqrt(z))}
  eval
  contained_by{box{<-5,-0.1,0>,<5,maxH,maxH*maxH>}}
  texture{MBaseTex}
}
object{MBase scale<150,150,150> translate z*160}


Post a reply to this message


Attachments:
Download 'rmf.jpg' (25 KB)

Preview of image 'rmf.jpg'
rmf.jpg


 

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