Add support for Quaternion in GPU particles graph

#2901
This commit is contained in:
Wojtek Figat
2024-12-06 17:38:16 +01:00
parent ce23c2efaf
commit 0cf31395b5
5 changed files with 9 additions and 11 deletions

View File

@@ -79,6 +79,7 @@ void VisjectExecutor::ProcessGroupConstants(Box* box, Node* node, Value& value)
value = cv.W;
break;
}
// Rotation
case 8:
{
const float pitch = (float)node->Values[0];