3 thoughts on “Pop quiz: Get X coordinate out of a vector without using a conversion node

  1. Wouldn’t it be simpler/faster to multiply the vector by (1,0,0) and plug it into the “Value 2” of your Build Array?

    • Yes, you could simply use Multiply.
      But I don’t know if it would be faster, because presumably that is exactly what the Dot Product node is doing 🙂

      • Would have to test it. In such a case, where we have 2 nodes doing the same job as one low-level node, isn’t it faster to use a low level node that is written to do that job exactly?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s