pub unsafe extern "C" fn DrawTriangle3D(
    v1: Vector3,
    v2: Vector3,
    v3: Vector3,
    color: Color
)
Expand description

Draw a color-filled triangle (vertex in counter-clockwise order!)