Hi all, I'm new with OSG v 3.9.6 and I'm trying to understand how convert .osg file (with .dds file of textures) into .flt file including textures. I start with DICOM files: - with command: osgvolume --images *.dcm -o ProvaOut.osg I success to create the scene ProvaOut.osg together with texture file ProvaOut.dds automatically created in the same directory. - with command : osgconv ProvaOut.osg ProvaOut.flt the OpenFlight file is generated but without including textures (not visualized with command :osgviewer ProvaOut.flt).
My goal is to obtain/export an OpenFlight file/s with textures starting from DICOM files directly or from intermediate .osg file created with .dds file. I'm analysing the osg code (relative to FLT plugin) to understand if and how it is possible (by implementing new code or not). Someone could give me any suggestion? Thank you! Cheers, LC ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=27506#27506 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

