|
@@ -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.
|
|
|
*
|