ObjVertexColor.ObjVertexColor

ObjVertexColor constructor

Initializes a new instance of the ObjVertexColor class.

public ObjVertexColor(float x, float y, float z, float r, float g, float b)
ParameterTypeDescription
xSingleThe x coordinate.
ySingleThe y coordinate.
zSingleThe z coordinate.
rSingleThe red component.
gSingleThe green component.
bSingleThe blue component.

See Also