On 4 April 2017 at 16:03, abhishek setty <[email protected]> wrote:
> I have been following beginners guide and quick start guide to learn basic
> components of osg.
> I wanted to know if there is a way to use osgVolume to read dicom / tiff
> images in a program.
> I am spending time on learning C++ in parallel. Any help with my problem
> would be great.

I would recommend breaking things down into steps, start simple, learn
what you need and then move to a more advanced level.  For osgVolume
it's like any other image loading, you need the appropriate plugin to
load the image.  The osgvolume example illustrates how read files.

For dicom you'll need to build the OSG against the DMCTK 3rd party
library, for tiff youi'll need libtiff.

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

Reply via email to