POV-Ray : Newsgroups : povray.binaries.images : Playing with rocks and grass : Re: Playing with rocks and grass Server Time
6 Oct 2024 07:16:16 EDT (-0400)
  Re: Playing with rocks and grass  
From: Thomas de Groot
Date: 21 Feb 2014 07:16:20
Message: <53074394$1@news.povray.org>
On 21-2-2014 12:18, Doctor John wrote:
> If it started:
> #macro ScalarRange(Seed)
>    (rand(Seed)-rand(Seed))
> #end
>
> #macro VectorRange(Seed)
>    (<rand(Seed),rand(Seed),rand(Seed)>-<rand(Seed),rand(Seed),rand(Seed)>)
> #end
>
> then it was John's makerock.inc. It's still up on the net at
> http://evilsnack.byethost22.com/inc.htm

Funny!

/That/ is the rock.inc version.
// Date        : received from Ken Tyler (February 2004)
// Author      : John Van Sickle

Makerock.inc does not have macros (at least in my version).
// Date        : received from Bob Hughes (February 2004)
// Author      : John van Sickle (modified by Bob Hughes)

Thomas


Post a reply to this message

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