David Williams wrote:
At the moment i can create
Are you sure? That's 125 Gigabytes of data, which doesn't sound right...
You were right =) Found a mistake when setting up the region.(It was a by-value,by-reference problem -.-) but now I even have a batch of 30x30x30 volumes with side length of 50 units. A single volume of 1500 units side length took much longer to initialise.
With initalise i mean just creating the volume with the new operator. This seems to take quite sone time, maybe because of some memory management stuff between c# and c++.
EDIT:
Ok forget what I said

you where right. seems like there was an internal error in the batch wich kind of swallowed some volumes. Which created the speed boost. I will stick to your suggestion and create single volume and add some "frustun culling extraction".
If anyone wants i will provide the swig files for c# or the c#lib and/or a projekt using xna.
regards and good night...finally =)