ExportMeshAsCode abstract method

bool ExportMeshAsCode(
  1. MeshStructType mesh,
  2. String fileName
)

Export mesh as code file (.h) defining multiple arrays of vertex attributes

Implementation

bool ExportMeshAsCode(
  MeshStructType mesh,
  String fileName,
);