Class DrawablePointCloud

java.lang.Object
cz.fidentis.analyst.drawables.Drawable
cz.fidentis.analyst.drawables.DrawablePointCloud

public class DrawablePointCloud extends Drawable
Points rendered as small spheres.
  • Field Details

    • DEFAULT_COLOR

      public static final Color DEFAULT_COLOR
    • FP_DEFAULT_SIZE

      public static final float FP_DEFAULT_SIZE
      See Also:
  • Constructor Details

    • DrawablePointCloud

      public DrawablePointCloud(List<MeshPoint> points)
      Constructor.
      Parameters:
      points - Feature points
  • Method Details

    • renderObject

      protected void renderObject(com.jogamp.opengl.GL2 gl)
      Specified by:
      renderObject in class Drawable