Interface IImediateDrawContext
Defines the interface to a Draw Context in 3D
Implements
Namespace:
Assembly: .dll
Syntax
public interface IImediateDrawContext extends IDisposable
Methods
setVertex3(float x, float y, float z)
Sets the X, Y, Z position of the current vertex
Declaration
public abstract void setVertex3(float x, float y, float z)
Parameters
| Type | Name | Description |
|---|---|---|
| float | x | The x value |
| float | y | The y value |
| float | z | The z value |
setVertexColor(int color)
Sets the Vertex Color of the current vertex
Declaration
public abstract void setVertexColor(int color)
Parameters
| Type | Name | Description |
|---|---|---|
| int | color | The color value |