Package gaiasky.scene.component
Class Verts
java.lang.Object
gaiasky.scene.component.Verts
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
Whether to close the polyline (connect end point to start point) or notboolean
int
float
The render group -
Constructor Summary
-
Method Summary
-
Field Details
-
blend
public boolean blend -
depth
public boolean depth -
additive
public boolean additive -
glPrimitive
public int glPrimitive -
renderGroup
The render group -
closedLoop
public boolean closedLoopWhether to close the polyline (connect end point to start point) or not -
primitiveSize
public float primitiveSize -
pointCloudData
-
-
Constructor Details
-
Verts
public Verts()
-
-
Method Details
-
blend
public void blend() -
markForUpdate
-