input property

GltfRef<FloatAccessor> input
final

The index of an accessor containing keyframe timestamps. The accessor MUST be of scalar type with floating-point components. The values represent time in seconds with time[0] >= 0.0, and strictly increasing values, i.e., time[n + 1] > time[n].

Implementation

final GltfRef<FloatAccessor> input;