LoadModelFromMesh abstract method

ModelStructType LoadModelFromMesh(
  1. MeshStructType mesh
)

Load model from generated mesh (default material)

Implementation

ModelStructType LoadModelFromMesh(
  MeshStructType mesh,
);