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.
|
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static boolean |
getDelayedRendering()
Deprecated.
As of Open Inventor 9000 No longer used.
|
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 This is now automaticaly done only if necessary.
|
static void |
setReadAlternateRep(boolean flag)
Sets the readAlternateRep flag.
|
static void |
setWriteAlternateRep(boolean flag)
Sets the writeAlternateRep flag.
|
dispose, getNativeResourceHandle
public static boolean getReadAlternateRep()
public static boolean getWriteAlternateRep()
public static void setReadAlternateRep(boolean flag)
@Deprecated public static boolean getDelayedRendering()
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 July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com