Added comment to denote which node it is

This commit is contained in:
Olly Rybak
2022-12-26 20:35:22 +11:00
parent 5022e05c25
commit bba136c9fe

View File

@@ -669,6 +669,7 @@ void MaterialGenerator::ProcessGroupTextures(Box* box, Node* node, Value& value)
_writer.Write(*triplanarTexture);
value = result;
}
// Stochastic Texture Sample
case 17:
{
auto textureBox = node->GetBox(0);