DrawMesh abstract method

void DrawMesh(
  1. MeshStructType mesh,
  2. MaterialStructType material,
  3. MatrixStructType transform
)

Draw a 3d mesh with material and transform

Implementation

void DrawMesh(
  MeshStructType mesh,
  MaterialStructType material,
  MatrixStructType transform,
);