Interface IGPUVertsRenderable

All Superinterfaces:
IRenderable
All Known Implementing Classes:
VertsView

public interface IGPUVertsRenderable extends IRenderable
Defines the interface that all objects composed by a collection of vertices to be rendered with a VBO must adhere to.
  • Method Details

    • markForUpdate

      void markForUpdate()
    • getPointCloud

      PointCloudData getPointCloud()
    • getColor

      float[] getColor()
    • getAlpha

      double getAlpha()
    • getLocalTransform

      com.badlogic.gdx.math.Matrix4 getLocalTransform()
    • getParentEntity

      com.badlogic.ashley.core.Entity getParentEntity()
    • isClosedLoop

      boolean isClosedLoop()
    • setClosedLoop

      void setClosedLoop(boolean closedLoop)
    • blend

      void blend()
    • depth

      void depth()
    • getGlPrimitive

      int getGlPrimitive()
    • setPrimitiveSize

      void setPrimitiveSize(float size)
      Line width for lines, point size for points
      Parameters:
      size - The size
    • getPrimitiveSize

      float getPrimitiveSize()