mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Improved alignment of minifig arms. Fixes #242.
This commit is contained in:
parent
f266040633
commit
94e3ca1d9a
1 changed files with 2 additions and 2 deletions
|
@ -523,7 +523,7 @@ void MinifigWizard::Calculate()
|
|||
Mat2 = lcMatrix44Identity();
|
||||
else
|
||||
Mat2 = lcMatrix44RotationY(-LC_DTOR * 9.791f);
|
||||
Mat2.SetTranslation(lcVector3(15.5f, 0, -8.0f));
|
||||
Mat2.SetTranslation(lcVector3(15.552f, 0, -8.88f));
|
||||
|
||||
Mat = lcMul(mSettings[LC_MFW_RARM][GetSelectionIndex(LC_MFW_RARM)].Offset, Mat);
|
||||
Mat = lcMul(Mat, Mat2);
|
||||
|
@ -557,7 +557,7 @@ void MinifigWizard::Calculate()
|
|||
Mat2 = lcMatrix44Identity();
|
||||
else
|
||||
Mat2 = lcMatrix44RotationY(LC_DTOR * 9.791f);
|
||||
Mat2.SetTranslation(lcVector3(-15.5f, 0.0f, -8.0f));
|
||||
Mat2.SetTranslation(lcVector3(-15.552f, 0.0f, -8.88f));
|
||||
|
||||
Mat = lcMul(mSettings[LC_MFW_LARM][GetSelectionIndex(LC_MFW_LARM)].Offset, Mat);
|
||||
Mat = lcMul(Mat, Mat2);
|
||||
|
|
Loading…
Reference in a new issue