POV-Ray : Newsgroups : povray.programming : noise : Re: noise Server Time
29 Jul 2024 04:29:10 EDT (-0400)
  Re: noise  
From: MrFrost
Date: 12 Oct 1998 17:05:46
Message: <362a60d2.25019473@news.povray.org>
i was thinking about:

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

   __  ___    ____             __    _______ _ ________________________
  /  |/  /___/ __/______  ___ / /_  / 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.