From 26b49d8e26625491f4a407a05e9bc9d72037f938 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 17 Jun 2019 18:50:50 -0400 Subject: [PATCH] Global scale using X blue handle. --- Object3D.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Object3D.java b/Object3D.java index 23e2d98..17916d8 100644 --- a/Object3D.java +++ b/Object3D.java @@ -7452,7 +7452,8 @@ } // vScale, 1); else { - LA.matScale(toParent, 1, totalScale, totalScale); + // EXCEPTION! + LA.matScale(toParent, totalScale, totalScale, totalScale); } // vScale, 1); break; -- Gitblit v1.6.2