Class SoProfileCoordinate2

All Implemented Interfaces:
SafeDisposable

public class SoProfileCoordinate2 extends SoNode
Profile coordinate node. This node defines a set of 2D coordinates to be used by subsequent SoProfile nodes. This node does not produce a visible result during rendering; it simply replaces the current profile coordinates in the traversal state for subsequent nodes to use.

File format/default:

ProfileCoordinate2 {

    point 0 0
}

Action behavior:

SoGLRenderAction, SoCallbackAction, SoGetBoundingBoxAction, SoRayPickAction
Sets profile coordinates in current traversal state. Sets: SoProfileCoordinateElement

See Also:
  • Field Details

    • point

      public final SoMFVec2f point
      2D profile coordinate points.
  • Constructor Details

    • SoProfileCoordinate2

      public SoProfileCoordinate2()
      Creates a profile coordinate node with default settings.