ExportMeshAsCode abstract method
Export mesh as code file (.h) defining multiple arrays of vertex attributes
Implementation
bool ExportMeshAsCode(
MeshStructType mesh,
String fileName,
);
Export mesh as code file (.h) defining multiple arrays of vertex attributes
bool ExportMeshAsCode(
MeshStructType mesh,
String fileName,
);