Hi Paul,
     sorry last question about your courteous answer.
Continuing with the analysis and study of the OSG code now it's clearer to me 
what you meant about feauters that are recognized in FLT plugin.
Now I've understood that FLT plugin is only mapped with OSG objects so
an OSG file written with features like:
- osg::Group
- osg::Geode
- osg::StateSet
- osg::Texture2D
- osg::Geometry
- ... and so on
can be correctly translated into OpenFlight format by FLT Plugin.
Features like:
- osgVolume::Volume
- osgVolume::Image Layer
-....
are not recognized. 
So one way could be to try mapping osgVolume object to FLT records by knowing 
the OpenFlight format and how write their information into the .flt file.

....but.....

The osg file I posted to you have been instead generated with osgVolume objects 
by using the osgVolume plugin and example code: in fact OpenScenGraph gives the 
possibility to generate a volume of images directly by using osgVolume 
executable application.

If my intention is to generate a VOLUME of dicom images seen as overlapping 
dicom images I'm wondering  if it is possible to obtain with OpenSceneGraph an 
osg file that uses only osg features (for example osg::Group instead of 
osgVolume::Volume and so on).
So another way for me could be re-write or generate a new osg file written only 
with osg features and not with osgVolume features not recognized by FLT plugin. 
I'd like to know if possible your last opinion about the possibility to create 
a volume of images without using osgVolume application (objects) but only osg 
objects.

Thank you very much

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=27672#27672





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to