07-02-2020, 10:55 AM
Hi
I have 3 different spline controllers, each spline has 2 control points. Each spline starts where the previous one ended. I'm trying to also have them start with with the orientation of the last control point but I seem to not be able to affect it at all for some reason,
So my questions are:
1) I'm using this to set the rotation of the first CP but it doesn't seem to do anything
.LastVisibleControlPoint.transform.rotation =
2) Can I join the 3 splines into one dynamically and ensure rotation is smooth or that it makes sense?
I have 3 different spline controllers, each spline has 2 control points. Each spline starts where the previous one ended. I'm trying to also have them start with with the orientation of the last control point but I seem to not be able to affect it at all for some reason,
So my questions are:
1) I'm using this to set the rotation of the first CP but it doesn't seem to do anything
.LastVisibleControlPoint.transform.rotation =
2) Can I join the 3 splines into one dynamically and ensure rotation is smooth or that it makes sense?