Sorts the provided indices by visibility score (descending order).
Visibility is computed as: linear_opacity * volume where:
After calling this function, indices[0] will contain the index of the most visible splat, indices[1] the second most visible, and so on.
The DataTable containing splat data.
Array of indices to sort in-place.
Sorts the provided indices by visibility score (descending order).
Visibility is computed as: linear_opacity * volume where:
After calling this function, indices[0] will contain the index of the most visible splat, indices[1] the second most visible, and so on.