Normand Briere
2019-06-17 26b49d8e26625491f4a407a05e9bc9d72037f938
Global scale using X blue handle.
1 files modified
3 ■■■■ changed files
Object3D.java 3 ●●●● patch | view | raw | blame | history
Object3D.java
....@@ -7452,7 +7452,8 @@
74527452 } // vScale, 1);
74537453 else
74547454 {
7455
- LA.matScale(toParent, 1, totalScale, totalScale);
7455
+ // EXCEPTION!
7456
+ LA.matScale(toParent, totalScale, totalScale, totalScale);
74567457 } // vScale, 1);
74577458 break;
74587459