public interface IMeshBase extends IImediateDrawContext
Modifier and Type | Method and Description |
---|---|
void |
draw()
Draws this instance.
|
void |
freeze()
Freezes this instance.
|
void |
setOpacity(float opacity)
Sets the opacity for the current vertex
|
void |
setVertex4(float x,
float y,
float z,
float w)
Sets the X,Y,Z,W value of the current vertex
|
setVertex3, setVertexColor
void freeze()
void draw()
void setVertex4(float x, float y, float z, float w)
x
- The x valuey
- The y valuez
- The z valuew
- The z valuevoid setOpacity(float opacity)
opacity
- The opacity