gltfInterpolation top-level property

Map<String, int?> gltfInterpolation
getter/setter pair

Implementation

var gltfInterpolation = {
  "CUBICSPLINE": null, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
  // keyframe track will be initialized with a default interpolation type, then modified.
  "LINEAR": InterpolateLinear,
  "STEP": InterpolateDiscrete
};