Class LinePrimitiveRenderer

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

public class LinePrimitiveRenderer extends LineRenderSystem
  • Field Details Link icon

    • logger Link icon

      protected static final Logger.Log logger
    • camera Link icon

      protected ICamera camera
    • aux2 Link icon

      protected com.badlogic.gdx.math.Vector3 aux2
    • view Link icon

      protected LineView view
    • shaderProgram Link icon

      protected ExtShaderProgram shaderProgram
  • Constructor Details Link icon

  • Method Details Link icon

    • renderStud Link icon

      public void renderStud(List<IRenderable> renderables, ICamera camera, double t)
      Overrides:
      renderStud in class LineRenderSystem
    • getGLPrimitive Link icon

      protected int getGLPrimitive(Render r)
    • addLine Link icon

      public void addLine(ILineRenderable lr, double x0, double y0, double z0, double x1, double y1, double z1, double r0, double g0, double b0, double a0, double r1, double g1, double b1, double a1)