Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
3DTexture Features

VSG extension 3DTextureViewer - This example loads and displays a volume dataset.

SYNOPSIS:

    3DTextureViewer [datafile]

DESCRIPTION:

    3DTextureViewer loads and displays a volume dataset (a sequence of image slices). It will load the specified file or load a default one if no arguments are passed.

USAGE:

    The following command line option is allowed:

    [datafile] The volume dataset to load.

    Commands: in selection mode, the following commands apply:

    T Toggle between display of slice and volume.
    V Volume display.
    S Slice display.
    R Restore original slice plane.
    X X axis slice.
    Y Y axis slice.
    Z Z axis slice.
    C (Un)compensate unregular (non cubic) data.

EXAMPLES

    To load a volume dataset:

    3DTextureViewer volumeDataSet.vol

    To load the default volume data set:

    3DTextureViewer

SEE ALSO

SoTextureCoordinate3 SoTextureCoordinateBinding SoTexture3 SoTexture3Transform

SCREENSHOT:

FILES:

    • Inventor/Features/3DTexture/3DTextureViewer.cxx
    • Inventor/Features/3DTexture/Vol_io.cxx
    • Inventor/Features/3DTexture/defines.h