Add parameter for AddMaterial() as an experiment, messing around with ideas.
This commit is contained in:
@@ -207,7 +207,7 @@ struct OpenFbxImporterData
|
||||
return false;
|
||||
}
|
||||
|
||||
int32 AddMaterial(ImportedModelData& result, const ofbx::Material* mat)
|
||||
int32 AddMaterial(ImportedModelData& result, const ofbx::Material* mat, const Material* instanceOf)
|
||||
{
|
||||
int32 index = Materials.Find(mat);
|
||||
if (index == -1)
|
||||
|
||||
Reference in New Issue
Block a user