GLTFMesh.shift_indices

GLTFMesh.shift_indices(indices, shift)[source]

Given a list of indices, returns a list of indices, all shifted by shift.

Parameters
  • indices (list)

  • shift (int)

Returns

list