Remove trailing spaces

This commit is contained in:
Ray
2023-10-31 15:54:52 +01:00
parent f88604e6d5
commit de7beef05d
5 changed files with 9 additions and 9 deletions

View File

@@ -1160,7 +1160,7 @@ BoundingBox GetModelBoundingBox(Model model)
bounds.max = temp;
}
}
// Apply model.transform to bounding box
// WARNING: Current BoundingBox structure design does not support rotation transformations,
// in those cases is up to the user to calculate the proper box bounds (8 vertices transformed)