Hallo.
My Camera has several knots (Vector3) to run through. I use a CATMULL_ROM_CURVE
for this. This works.
Now there is an array of camera Zoom values that should correspond to the Vector3 spline knots above / be reached at the same time as the Vector3 spline knots.
Shall I simply make up Vector4 knot out of Vector3 knot and zoom value and then apply the usual CATMULL_ROM_CURVE routine? Any better suggestions?
Thanks in advance.