ObjVertex.ObjVertex

ObjVertex constructor

Initializes a new instance of the ObjVertex class.

public ObjVertex(float x, float y, float z)
ParameterTypeDescription
xSingleThe x coordinate.
ySingleThe y coordinate.
zSingleThe z coordinate.

See Also