POV-Ray : Newsgroups : povray.binaries.images : ploughed field WIP : Re: ploughed field WIP Server Time
18 Aug 2024 22:23:43 EDT (-0400)
  Re: ploughed field WIP  
From: Marc-Hendrik Bremer
Date: 4 Apr 2001 09:27:35
Message: <3acb2147@news.povray.org>
Marc-Hendrik Bremer schrieb in Nachricht <3acb1887@news.povray.org>...
>noise3d(x/10,y,z/5)/10


Okay, I got the scaling all wrong. Perhaps this will give you something to
start with:

function{
      FG
      +FB
      +FD
      -FGR
      -noise3d(x*6,y,z*6)*5
      +5
      }

I used a water-plane at y*4. It's not perfect yet, but with a bit of
tweaking might lead you somewhere.

Hope it's of a little help,

Marc-Hendrik


Post a reply to this message

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