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
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