Class SoPickStyle

All Implemented Interfaces:
SafeDisposable

public class SoPickStyle extends SoNode
Picking style node. This node determines how subsequent geometry nodes in the scene graph are to be picked, as indicated by the style and method fields.

Note that this is the only way to change the pick behavior of shapes; drawing style, complexity, and other rendering-related properties have no effect on picking.

File format/default:

PickStyle {

    style SHAPE
    method AUTO
}

Action behavior:

SoRayPickAction, SoCallbackAction
Sets the current pick style and method in the state. Sets: SoPickStyleElementSoPickMethodElement

See Also:
  • Field Details

  • Constructor Details

    • SoPickStyle

      public SoPickStyle()
      Creates a pick style node with default settings.