public class SoVolumeRendering extends Inventor
Limitations:
See also:
SoVolumeData
, SoTransferFunction
, SoVolumeRender
, SoOrthoSlice
, SoObliqueSlice
, SoROI
, SoVolumeReader
, SoLDMGlobalResourceParameters
Modifier and Type | Class and Description |
---|---|
static class |
SoVolumeRendering.HW_Features
Hardware Features Mode.
|
static class |
SoVolumeRendering.HW_SupportStatus
Hardware Features support status.
|
static class |
SoVolumeRendering.VisualFeedbackParams
Deprecated.
As of Open Inventor 7.0, no longer used.
Use
SoLDMGlobalResourceParameters#VisualFeedbackParam enum instead. |
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static boolean |
getDelayedRendering()
Deprecated.
As of Open Inventor 9000 See documentation for more details
|
static boolean |
getReadAlternateRep()
Returns the readAlternateRep flag.
|
static boolean |
getWriteAlternateRep()
Returns the writeAlternateRep flag.
|
static SoVolumeRendering.HW_SupportStatus |
isSupported(SoVolumeRendering.HW_Features feature)
Returns information about hardware support for various volume rendering features.
|
static void |
setDelayedRendering(boolean flag)
Deprecated.
As of Open Inventor 9000 See documentation for more details
|
static void |
setReadAlternateRep(boolean flag)
Sets the readAlternateRep flag.
|
static void |
setWriteAlternateRep(boolean flag)
Sets the writeAlternateRep flag.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int DRAW_TILES
SoVolumeRendering.VisualFeedbackParams.DRAW_TILES
instead.@Deprecated public static final int DRAW_SLICES_TEX
SoVolumeRendering.VisualFeedbackParams.DRAW_SLICES_TEX
instead.@Deprecated public static final int DRAW_TOPOLOGY
SoVolumeRendering.VisualFeedbackParams.DRAW_TOPOLOGY
instead.@Deprecated public static final int DRAW_TILE_OUTLINE
SoVolumeRendering.VisualFeedbackParams.DRAW_TILE_OUTLINE
instead.@Deprecated public static final int SHOW_TILES_VALUATED
SoVolumeRendering.VisualFeedbackParams.SHOW_TILES_VALUATED
instead.@Deprecated public static final int SHOW_LOAD_UNLOAD_TILES
SoVolumeRendering.VisualFeedbackParams.SHOW_LOAD_UNLOAD_TILES
instead.@Deprecated public static final int USE_FAKE_DATA
SoVolumeRendering.VisualFeedbackParams.USE_FAKE_DATA
instead.@Deprecated public static final int HW_3DTEXMAP
SoVolumeRendering.HW_Features.HW_3DTEXMAP
instead.@Deprecated public static final int HW_TEXCOLORMAP
SoVolumeRendering.HW_Features.HW_TEXCOLORMAP
instead.@Deprecated public static final int HW_TEXCOMPRESSION
SoVolumeRendering.HW_Features.HW_TEXCOMPRESSION
instead.@Deprecated public static final int NO
SoVolumeRendering.HW_SupportStatus.NO
instead.@Deprecated public static final int YES
SoVolumeRendering.HW_SupportStatus.YES
instead.@Deprecated public static final int UNKNOWN
SoVolumeRendering.HW_SupportStatus.UNKNOWN
instead.public static void setReadAlternateRep(boolean flag)
@Deprecated public static boolean getDelayedRendering()
public static boolean getWriteAlternateRep()
public static boolean getReadAlternateRep()
public static SoVolumeRendering.HW_SupportStatus isSupported(SoVolumeRendering.HW_Features feature)
When using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see SoGLExtension
for an example of using SoGLContext
to avoid them.
@Deprecated public static void setDelayedRendering(boolean flag)
SoOrthoSlice
) are rendered in a delayed pass (until after all opaque objects) and/or sorted according to the current transparency type (see SoGLRenderAction
). This may result in a more correct image if there is opaque geometry intersecting the volume. However delayed/sorted rendering may slightly decrease performance. This flag may also be set using the IVVR_DELAY_RENDER environment variable.Deprecated since Open Inventor 9000 public static void setWriteAlternateRep(boolean flag)
SoWriteAction
traversal, some VolumeViz nodes will write an alternateRep subgraph containing only standard Open Inventor nodes that can be rendered even without VolumeViz. For example, SoOrthoSlice
will write an SoTexture2
node and an SoFaceSet
node. The default is false.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com