POV-Ray : Newsgroups : povray.programming : noise : noise Server Time
29 Jul 2024 04:25:46 EDT (-0400)
  noise  
From: MrFrost
Date: 12 Oct 1998 16:41:56
Message: <3628582e.22806347@news.povray.org>
hello, people,

i was playing with povray source code,
i want to port some functions to pascal language,

but i fink i made a mistake somewhere.
so now my 
DBL Noise(x,y,z) function doesn't work properly,
where can i get theory of this function not source code?

or maybe you can post me an image with info like this

for( x=0; x<=199; x++)
for( y=0; y<=199; y++)
{
 image[x,y] = Noise ( x/200, y/200, 0);
}

sory for bad c, but i can only read it not write :(
   __  ___    ____             __    _______ _ ________________________
  /  |/  /___/ __/______  ___ / /_  / Juozas Salna       aka MrFrost  /---
 / /|_/ / __/ _// __/ _ \(_-</ __/ / Ka cia padarius, kad nenumirus? /-----
/_/  /_/_/ /_/ /_/  \___/___/\__/ / http://puni.osf.lt/~mrfrost     /-------


Post a reply to this message

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