Model.SetTransform
void SetTransform(int subsetIndex, Matrix& transform)
Changes the transform for the subset to a new one! This is in Model space, so it’s relative to the origin of the model.
int subsetIndex | Index of the transform to replace, should be less than SubsetCount. |
Matrix& transform | The new transform. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!