Class PointCloudQuadRenderer

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, IRenderSystem, Comparable<IRenderSystem>
Direct Known Subclasses:
SingleStarQuadRenderer

public abstract class PointCloudQuadRenderer extends PointCloudRenderSystem implements IObserver
  • Field Details

  • Constructor Details

  • Method Details

    • index

      protected void index(int idx)
    • quadIndices

      protected void quadIndices(ImmediateModeRenderSystem.MeshData current)
      Adds the indices to make two triangles into a quad, given the four vertices in vertPos.
      Parameters:
      current - The current mesh.