10-19-2015, 01:35 PM
(This post was last modified: 10-19-2015, 02:00 PM by kloveridge.)
I have a CurvySpline with CurvySplineSegment nodes underneath it. If I leave the CurvySpline position at 0,0,0. The Interpolate() function gives me back precise position data where the spline shows.
If I put a translation in the position of the CurvySpline node, the interpolation is offset from the CurvySplineSegments by the translation amount. What am I doing wrong here?
My "work around", (which may just be the solution) is to add the SplineCurves translation to the result returned by Interpolate(). Then its correctly concatenated. I just was expecting the interpolation function to do this for me. If anyone knows of a "magic switch" that sets Curvy into this mode automatically, let me know.
If I put a translation in the position of the CurvySpline node, the interpolation is offset from the CurvySplineSegments by the translation amount. What am I doing wrong here?
My "work around", (which may just be the solution) is to add the SplineCurves translation to the result returned by Interpolate(). Then its correctly concatenated. I just was expecting the interpolation function to do this for me. If anyone knows of a "magic switch" that sets Curvy into this mode automatically, let me know.