Hey guys here is a quick update,
it somehow got past me that the newsletter where this project got featured already was relesed, so here it is:
Newsletter 25
I got the plugin to Multithread noise working already and am working on infinite terrain with good progress.
I attach the Plugin here and maybe create a new thread and add some features to it later:
OpenSimplexNoise.zip
TN_CreateMemblockNoise2D(Frecueny#,X,Y,Width,Height) //2D Noise, Returns a new memblockID
TN_CreateMemblockNoise3D(Frecueny#,X,Y,Z,Width,Height,Depth)//3D Noise, Returns a new memblockID
TN_WaitForNoise(MemblockID) //wait for the thread to be ready
Voxel Lighting