Hi, I'm going to create a function which can investigate on each image inside a 3D model. I created a texture visitor which has a list of images belong to 3D model. Now i would like to view each single image inside a qt widget (for example inside a Label). Is there a way to do that? I used the osg image->data() to get unsigned char*, but as i don't know the image type (inside the 3d model), i can't assign this image to the qt widget. Could you give me some suggestions? I found in this forum the inverse solution : how to copy Qimage to osg::image. ;( Thank you!
Cheers, Andrea ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65360#65360 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

