Add Scaled Time to Material Time node.

This commit is contained in:
Chandler Cox
2025-04-07 10:02:20 -05:00
parent 368ef9185b
commit 9b6feb9367
9 changed files with 35 additions and 15 deletions

View File

@@ -148,7 +148,8 @@ public:
const ::DrawCall* DrawCall = nullptr;
MaterialParamsLink* ParamsLink = nullptr;
void* CustomData = nullptr;
float TimeParam;
float UnscaledTimeParam;
float ScaledTimeParam;
bool Instanced = false;
/// <summary>