mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
correct compositemap method of creating orm maps
This commit is contained in:
parent
0c7811bd1a
commit
060d62d3c3
1 changed files with 2 additions and 2 deletions
|
|
@ -2578,7 +2578,7 @@ function MaterialEditorGui::saveCompositeMap(%this)
|
||||||
%metal = %material.metalChan[%layer];
|
%metal = %material.metalChan[%layer];
|
||||||
|
|
||||||
%channelKey = %roughness SPC %ao SPC %metal SPC 0;
|
%channelKey = %roughness SPC %ao SPC %metal SPC 0;
|
||||||
error("Storing: \"" @ %roughMap @"\" \""@ %aoMap @"\" \""@ %metalMap @"\" \""@ %channelKey @"\" \""@ %saveAs @"\"");
|
error("Storing: \"" @ %aoMap @"\" \""@ %roughMap @"\" \""@ %metalMap @"\" \""@ %channelKey @"\" \""@ %saveAs @"\"");
|
||||||
saveCompositeTexture(%roughMap,%aoMap,%metalMap,"",%channelKey, %saveAs);
|
saveCompositeTexture(%aoMap,%roughMap,%metalMap,"",%channelKey, %saveAs);
|
||||||
%dlg.delete();
|
%dlg.delete();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue