Interface IGPUVertsRenderable

    • Method Detail

      • inGpu

        boolean inGpu()
      • markForUpdate

        void markForUpdate()
      • getOffset

        int getOffset()
      • getCount

        int getCount()
      • getColor

        float[] getColor()
      • getAlpha

        double getAlpha()
      • getLocalTransform

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

        void setInGpu​(boolean inGpu)
      • setOffset

        void setOffset​(int offset)
      • setCount

        void setCount​(int count)
      • 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()