public class SoGeometryPriority extends SoNode
priority
field. The priority must be between 0 and 1 inclusive. By default, VolumeViz assigns the same priority depending on the type of node: (0.5 for SoVolumeRender
nodes, 0.9 for all other geometry nodes).
The SoGeometryPriority
node lets you assign higher priority to specific geometry nodes. For example to prioritize the loading of tiles around a Z axis ortho slice against an X axis ortho slice.
Higher resolution tiles for higher priority geometry are loaded before higher resolution tiles for lower priority geometry.
NOTE: This feature only applies when VolumeViz is in LDM mode. It always applies for ReservoivViz.
File format/default:
GeometryPriority{
weight | 0.0 |
Action behavior:
SoCallbackAction
, SoGLRenderAction
, SoPickAction
, SoWriteAction
, SoGetBoundingBoxAction
Sets geometry priority parameters in the traversal state.
See also:
SoNode.RenderModes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFFloat |
priority
Geometry priority between 0 and 1 inclusive.
|
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGeometryPriority()
Constructor.
|
SoGeometryPriority(float name_12053)
Constructor that automatically initializes the
priority field to the specified value. |
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public final SoSFFloat priority
public SoGeometryPriority(float name_12053)
priority
field to the specified value.public SoGeometryPriority()
Generated on July 31, 2019, Copyright � Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com