public interface ILinesMesh extends IMeshBase
Modifier and Type | Method and Description |
---|---|
void |
setData(int entityId,
float[] xCoordinates,
float[] yCoordinates,
float[] zCoordinates,
int[] colors,
int pointCount,
boolean hasTransparentColors) |
void |
setStrokeThickness(float strokeThickness)
Sets the stroke thickness of the current mesh
|
draw, freeze, setOpacity, setVertex4
setVertex3, setVertexColor
void setStrokeThickness(float strokeThickness)
strokeThickness
- The stroke thickness valuevoid setData(int entityId, float[] xCoordinates, float[] yCoordinates, float[] zCoordinates, int[] colors, int pointCount, boolean hasTransparentColors)