POV-Ray : Newsgroups : povray.binaries.images : Playing with rocks and grass : Re: Playing with rocks and grass Server Time
6 Oct 2024 07:15:49 EDT (-0400)
  Re: Playing with rocks and grass  
From: Doctor John
Date: 21 Feb 2014 06:19:30
Message: <53073642$1@news.povray.org>
On 21/02/14 09:30, Ger wrote:
> Thomas de Groot wrote:
> 
>>
>> At this moment, I know of two rock makers: Bob Roseman (PRThull Rock
>> Tool, a standalone app for Win95) and John VanSickle (Makerock.inc).
>> There was a third one, which I lost over the years. I guess that is the
>> one you used, deduced from the shape of your rocks. However, there may
>> have been more rock makers abroad ;-)
>>
> Come to think of it, I'm pretty sure it was John VanSickle's makerock.inc.
> I have never used a W95 program for it.
> 

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

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

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