I’m experiencing quite a strange error at the moment. I use a spline to calculate vertices along a path. When I print the vectors (using vec.ToCompactString()) I’m calculating I get something like:
V(X=-100.00, Y=20.00) or V(Y=20.00)
But I’m expecting 3 components here (namely X,Y and Z). Can that be that some components of a vector are not set?