i was trying out Adv HUD 2 and i needed 2d vectors and i came up with this chip
[code]
@name 2d to 3d vector
@inputs Vector3d:vector
@outputs Vector2d:vector2
Vector2d = vec2(Vector3d)
[/code]
shouldn't that output my 2D vector
Well, have you tried it?
To my knowledge, it SHOULD output [i]a[/i] 2D vector, although if it's the one you want or not, I don't know.
There's only one way to find out, and that is to test it.
The olny problem is the Advanced Hud 2 is still beta so it could be the addon. Is there any other way to test it?
There's a checkbox in the Adv HUD Indicator tool to make the Adv HUD Indicator use 3D vectors.
Sorry, you need to Log In to post a reply to this thread.