Class OGLPolyline2D

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLGeometryNodeType, VRMLNodeType, OGLGeometryNodeType, OGLVRMLNode

public class OGLPolyline2D extends BasePolyline2D implements OGLGeometryNodeType
OpenGL implementation of an Polyline2D

The point set directly maps to Aviatrix3D's LineArray class. When the coordinates change to a different length than the current set, it will notify the geometry listener to fetch the new information.

Version:
$Revision: 1.5 $
Author:
Alan Hudson