Hi,

i want to show multiple images in a 3d coordinate system, so that the first image is at z=0, the second at z=1 etc. So, it's kind of slicing a 3d-object.

example (found at medcyclopaedia):


which library can do that? it should be fast at loading because changes in the images should be displayed immediately (or at least in an acceptable time). I don't want any kind of color gradient, the pixel colors are important!

It can be a non-Qt-library as long as it can be displayed in a Qt-widget. I'm programming for windows only, so there's no need for platform-independentness.

thanks!
Felix