Draw a color-filled triangle (vertex in counter-clockwise order!)
void DrawTriangle3D( Vector3D v1, Vector3D v2, Vector3D v3, ColorD color, );