Class Verts

java.lang.Object
gaiasky.scene.component.Verts
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class Verts extends Object implements com.badlogic.ashley.core.Component
  • Field Details

    • blend

      public boolean blend
    • depth

      public boolean depth
    • additive

      public boolean additive
    • glPrimitive

      public int glPrimitive
    • renderGroup

      public RenderGroup renderGroup
      The render group
    • closedLoop

      public boolean closedLoop
      Whether to close the polyline (connect end point to start point) or not
    • primitiveSize

      public float primitiveSize
    • pointCloudData

      public PointCloudData pointCloudData
  • Constructor Details

    • Verts

      public Verts()
  • Method Details

    • blend

      public void blend()
    • markForUpdate

      public void markForUpdate(Render render)