Class PointCloudTriRenderSystem

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

public abstract class PointCloudTriRenderSystem extends PointCloudRenderSystem implements IObserver
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • index Link icon

      protected void index(int idx)
    • quadIndices Link icon

      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.