To the left of the blue circle, there is a Make Vector. That is where I am re-combining the values. X, Y, and Z are the break vector values and have been promoted to local variables. From there, it is connected to the divide where the red circle is. That is how it should be done, right?
I am expecting that the divide should give me (for the example I previously gave) 0/1,600/600,0/1 which should give 0,1,0 but instead I get 1,0,1.
Its also worth noting that if the 600 is in a different value in the vector, say 600,0,0, the 0 it gives me also moves, 0,1,1. It seems to be sort-of working, it’s just backwards from what I am expecting. A 1 should follow the 600’s place in the vector and the others should be 0.