Vector3 pos = { x, y, z }
Why notVector3 pos(x,y,z);?
True... Didn't even think about that!
EDIT: Btw, I have no idea what's going on but the <code> feature on the forums won't work right for me... At least it's showing my code all comes out in one, mangled line in my above post...