Skip to content

Commit

Permalink
Implement New Model Format Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Sep 12, 2022
1 parent 75aafba commit a9ca895
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ ERS_STRUCT_Mesh ERS_CLASS_ExternalModelLoader::ProcessMesh(ERS_STRUCT_ModelWrite

// Process Materials
aiMaterial* Material = Scene->mMaterials[Mesh->mMaterialIndex];
// HandleMeshTextures(Data, Model, Material, ModelDirectory, &OutputMesh);
IdentifyMeshTextures(Material, &OutputMesh);
HandleMeshTextures(Data, Model, Material, ModelDirectory, &OutputMesh);
// IdentifyMeshTextures(Material, &OutputMesh);

// Iterate Through Meshes' Vertices
for (unsigned int i = 0; i < Mesh->mNumVertices; i++) {
Expand Down

0 comments on commit a9ca895

Please sign in to comment.