Add support for Is Null, Is Valid, As, Is and Type Reference nodes in Anim Graph

This commit is contained in:
Wojtek Figat
2021-07-30 10:59:20 +02:00
parent 22551e9410
commit c2de55f005
4 changed files with 61 additions and 73 deletions

View File

@@ -771,11 +771,10 @@ void ShaderGenerator::ProcessGroupTools(Box* box, Node* node, Value& value)
#undef PLATFORM_CASE
break;
}
// Reroute
case 29:
{
value = tryGetValue(node->GetBox(0), Value::Zero);
break;
}
default:
break;
}