resolveUVAnimationIndices(data, batchData) {
    batchData.uvAnimationIndices = [];

    for (let opIndex = 0; opIndex < batchData.opCount; opIndex++) {
      const uvAnimationIndex = data.uvAnimationLookups[batchData.uvAnimationLookup + opIndex];