Module pointcloud

Class PointCloudD

All Implemented Interfaces:
ResolutionSensitive, CloudContext, Transformation, Pickable, Renderable, CollectionDisplayable, Updatable, Manageable, PersistenceCapable, Shareable, UserFields, XObject, Map, Serializable

public class PointCloudD extends PointCloudImpl implements Updatable, CollectionDisplayable
Point Cloud Node that wraps the display behind a CollectionDisplay.
See Also:
  • Field Details

    • viewhandler

      protected CollectionDisplayHandler viewhandler
    • update

      protected transient boolean update
    • initialized

      protected transient boolean initialized
    • $TYPE

      public static final Node.NType $TYPE
    • viewhandler$FIELD

      public static final Node.NType.Field viewhandler$FIELD
  • Constructor Details

    • PointCloudD

      public PointCloudD()
    • PointCloudD

      public PointCloudD(Cloud c)
    • PointCloudD

      public PointCloudD(float[] f)
  • Method Details