Noise wanted!

Blitz3D Forums/Blitz3D Programming/Noise wanted!

D4NM4N(Posted 2005) [#1]
Anyone want a free copy of ted?

Im battling with my time at the moment, and am rapidly approaching my deadline for Ted 1.6 which will have a whole bunch of new things. I need someone to write a noise generator that does the following:

-creates a bitmap of choosable size,
-generates a few different noise types like perlin with settings
-choose 8/12/16 bit
-writes it to a file

full credit will be given


Damien Sturdy(Posted 2005) [#2]
Ive not heard of a 12-bit bitmap... o.O


D4NM4N(Posted 2005) [#3]
:P i meant 8/16/24 ahem


BlitzSupport(Posted 2005) [#4]
Someone ported a Perlin noise generator here...

http://www.blitzbasic.co.nz/codearcs/codearcs.php?code=56

Oddly enough, it doesn't seem to show up in the archives, yet Google finds it on the site! I'll point this out to Si...


sswift(Posted 2005) [#5]
http://www.blitzbasic.com/codearcs/codearcs.php?code=696


Wayne(Posted 2005) [#6]
Hey Dan, I grabbed the swift link and tried it out in T.ED.
It did pretty well if you like the cloud map look.
I converted it to 24 bit color height map, and can read it back at 8, 12, 16, or 24 bit. Import and scale to taste.

If your interested, let me know and I'll send you source of the demo map generator/previewer for T.ED

*Cheers


D4NM4N(Posted 2005) [#7]
ill take a look sure


Wayne(Posted 2005) [#8]
I emailed the goodies to you.
Thanks sswift for the base code.

8)