Class SoCoordinate3

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
SoGeoCoordinate

public class SoCoordinate3 extends SoNode
Coordinate point node. This node defines a set of 3D coordinates to be used by subsequent vertex-based shape nodes (those derived from SoVertexShape) or shape nodes that use them as control points (such as NURBS curves and surfaces). This node does not produce a visible result during rendering; it simply replaces the current coordinates in the rendering state for subsequent nodes to use.

File format/default:

Coordinate3 {

    point 0 0 0
}

Action behavior:

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

See Also:
  • Field Details

    • point

      public final SoMFVec3f point
      Coordinate point(s).
  • Constructor Details

    • SoCoordinate3

      public SoCoordinate3()
      Creates a coordinate node with default settings.