noise-generator Questions
3
I would like to create a colored noise generator using Java that will be able to generate all of the colors defined in this article: http://en.wikipedia.org/wiki/Colors_of_noise
Starting with the...
Weizmann asked 16/11, 2014 at 23:29
1
Solved
In my current project, I am interested in calculating spatially correlated noise for a large model grid. The noise should be strongly correlated over short distances, and uncorrelated over large di...
Aloe asked 9/9, 2020 at 17:15
2
Solved
I know that white noise can be achieved by treating the output of rnorm() as a timeseries. Any suggestions on how to simulate pink noise?
Aleydis asked 2/1, 2012 at 5:4
2
Last weeks I was developing a world generator (for a Minecraft mod). However, I wasn't looking for just Perlin noise, but rather something based on cell noise. I want to generate a sort of undergro...
Whew asked 7/5, 2018 at 19:12
1
Solved
I try to obtain the spectrum of an grayscale image using FFT Cooley–Tukey algorithm in Java.
I don't know exactly how to form the input for the algorithm and what values from the output to use in o...
Gelatinize asked 2/11, 2014 at 17:27
1
I want to create a terrain-like 3D noise generator and after doing some research I came to the conclusion that Simplex Noise is by far the best type of noise to do this.
I find the name qui...
Crushing asked 16/8, 2013 at 18:0
1
© 2022 - 2024 — McMap. All rights reserved.