Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Noise and Clouds

Name: HPJ 2011-09-03 9:21

Im looking into noise and clouds, take a peek at my thread on /3/ for pics
http://boards.4chan.org/3/res/230412#230469

By 'programmers noise' i mean

for (var y : int = 0; y < texture.height; ++y) {
    for (var x : int = 0; x < texture.width; ++x) {
        var temp : float = Random.value;
        var color = Color(temp,temp,temp);
        texture.SetPixel (x, y, color);
    }
}

Be cool if someone could explain the photoshop filters

Name: Anonymous 2011-09-03 9:34

*** English interpretation failed.

Name: Anonymous 2011-09-03 12:51

What you are looking for is Perlin noise: http://en.wikipedia.org/wiki/Perlin_noise

Name: Anonymous 2011-09-03 13:04

Reading the title, I thought this was a cloudsourced startup selling a noise datastream through a freemium API.
I was disappointed for a moment, then I applied to Y combinator.

Don't change these.
Name: Email:
Entire Thread Thread List