VertexPositionNormalColored
Description:
Constructs the vertex from a point, a normal vector, and a color.
Constructs the vertex from a point, a normal vector, and a color.
public VertexPositionNormalColored(
XYZ position,
XYZ normal,
ColorWithTransparency color
)
-
positionThe vertex's position.
-
normalThe vertex's normal vector.
-
colorThe vertex's color.
-
A non-optional argument was null