remove debug logs

PBR
cosmonaut 2020-08-03 17:48:02 -07:00
parent 3f89495585
commit 9aabffa8d7
1 changed files with 0 additions and 2 deletions

View File

@ -294,7 +294,6 @@ namespace Smuggler
if (albedoTextureEnabled && metallicRoughnessMapEnabled && normalMapEnabled)
{
System.Console.WriteLine("all enabled");
shaderIndex = 7;
}
else if (metallicRoughnessMapEnabled && normalMapEnabled)
@ -322,7 +321,6 @@ namespace Smuggler
shaderIndex = 1;
}
System.Console.WriteLine(shaderIndex);
shaderIndexParam.SetValue(shaderIndex);
}