DrawTriangle3D abstract method

void DrawTriangle3D(
  1. Vector3StructType v1,
  2. Vector3StructType v2,
  3. Vector3StructType v3,
  4. ColorStructType color,
)

Implementation

void DrawTriangle3D(
  Vector3StructType v1,
  Vector3StructType v2,
  Vector3StructType v3,
  ColorStructType color,
);