0
Виконано

Vector4 output

alex 7 років тому оновлено Freya Holmér (Developer) 7 років тому 1

At the moment you can't make a float4 noodle from a Vector4 property. It makes it tricky to send data from a Vector4 property to a float4 input on a code node. The image shows the way I've decided to hack around it but I shouldn't have to do this.

Image 825


Відповідь

Відповідь
Виконано

You should be able to use the Append node to append XYZ and W together, then send it into the code node

Відповідь
Виконано

You should be able to use the Append node to append XYZ and W together, then send it into the code node