POV-Ray : Newsgroups : povray.binaries.images : More lightning with radiosity [14.7kb] : Re: More lightning with radiosity [14.7kb] Server Time
18 Aug 2024 10:24:46 EDT (-0400)
  Re: More lightning with radiosity [14.7kb]  
From: Tom Melly
Date: 8 May 2001 09:01:02
Message: <3af7ee0e$1@news.povray.org>
"Nekar Xenos" <j-p### [at] citywalkcoza> wrote in message
news:3af7e1af@news.povray.org...
> I love the landscape.
>

#declare MountFunc = function{"ridgedMF" <0.9, 2, 5, 0.75, 2>}
#declare MBase =
isosurface{
  function { y - MountFunc(x,0,z)}
  eval
  max_gradient 50
  contained_by{box{<-10,-1,-10>,<10,4,10>}}
  texture{BaseRockTex}
}

object{MBase}


Post a reply to this message

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