|
Author |
Topic: noise? (Read 327 times) |
|
mawend
|
noise?
« on: Jan 23rd, 2003, 7:38am » |
|
Are you planning on adding any noise() functionality to P5? Something like Perlin noise in 1, 2, 3, and 4 dimensions would be extremely useful. Alternately, I'd love to see folks' existing implementations of any continuous, smoothly-varying, statistically-well-behaved noise methods that work for them. thanks, Mark
|
|
|
|
REAS
|
Re: noise?
« Reply #1 on: Jan 23rd, 2003, 4:44pm » |
|
Adding a perlin noise method is in the todo list, but it's not currently high on the priority list. I think it's best for someone to implement one and then share it. People can just include it in their code for now.
|
|
|
|
|