PDA

View Full Version : show multiple imagesin 3d-coordinates



FelixB
7th October 2010, 12:13
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):
http://www.medcyclopaedia.com/upload/book%20of%20radiology/chapter13/nic_k32_413.jpg

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