@@ -228,6 +228,15 @@ public class MorphTrack implements AnimTrack<float[]> {
fi.interpolateWeights(blend, startFrame, weights, nbMorphTargets, store);
}
+ /**
+ * Access the FrameInterpolator.
+ *
+ * @return the pre-existing instance or null
+ */
+ public FrameInterpolator getFrameInterpolator() {
+ return interpolator;
+ }
+
/**
* Replace the FrameInterpolator.
*
@@ -301,6 +301,15 @@ public class TransformTrack implements AnimTrack<Transform> {
* Replaces the frame interpolator.