We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f198f2e commit 1474860Copy full SHA for 1474860
1 file changed
CathodeLib/Scripts/CATHODE/MaterialMappings.cs
@@ -20,6 +20,8 @@ public MaterialMappings(byte[] data, string path = "") : base(data, path) { }
20
//This is always the start of the mapping filepath - remove it for ease when adding new ones
21
private const string _path = "n:/content/build/library/_material_libraries_/mappings/";
22
23
+ //NOTE: REDS is written by remapping the materials via these defs, from the original model values
24
+
25
#region FILE_IO
26
override protected bool LoadInternal(MemoryStream stream)
27
{
0 commit comments