From 3fea249282bfb4f4b8bd60037136e743aedc2e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 8 Mar 2013 16:02:53 +0000 Subject: [PATCH] Added compose Vector4 VSI block git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@16496 383ad7c9-94d9-4d36-a494-682f7c89f535 --- VsiMetadata/math.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/VsiMetadata/math.xml b/VsiMetadata/math.xml index 815484b..cdbc9ed 100644 --- a/VsiMetadata/math.xml +++ b/VsiMetadata/math.xml @@ -339,4 +339,37 @@ + + Math + Compose Vector4 + Compose Vector4 of scalars + + + Vector4 + Vector4 composed of the input scalars + + + + + x + 0.000001 + + + y + 0.000001 + + + z + 0.000001 + + + w + 0.000001 + + + + [output="out_vec"] = Vector4([input="x"],[input="y"],[input="z"],[input="w"]); + + + -- GitLab