Method SetLocalMatrices
SetLocalMatrices(OccurrenceList, Matrix4List, uint)
change the local matrices on a list of occurrences
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetLocalMatrices(OccurrenceList occurrencesIds, Matrix4List matrices, uint batchSize)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrencesIds | List of occurrences on which to set the local matrices |
Matrix4List | matrices | The occurrences' new local matrices |
uint | batchSize | Number of matrices to be set per thread. |