AxisAlignedBox::Transform now apply translation
Added an optionnal argument to prevent translation from being applied Updated demo Former-commit-id: c56cb04733379eb6dda98b150931fb0e496ef889
This commit is contained in:
@@ -42,7 +42,7 @@ class NAZARA_API NzAxisAlignedBox
|
||||
|
||||
NzString ToString() const;
|
||||
|
||||
void Transform(const NzMatrix4f& matrix);
|
||||
void Transform(const NzMatrix4f& matrix, bool applyTranslation = true);
|
||||
|
||||
operator NzString() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user