|
@@ -1397,10 +1397,7 @@ var TransformControlsGizmo = function (options) {
|
|
|
this.picker[ "translate" ].visible = false;
|
|
|
this.picker[ "rotate" ].visible = false;
|
|
|
this.picker[ "scale" ].visible = false;
|
|
|
-
|
|
|
-
|
|
|
- options.dontHideWhenFaceCamera || Potree.Utils.updateVisible(this.gizmo[ "rotate" ].children.find(e=>e.name == 'XYZE'), 'decorateCircle', true, 1, 'add')//xzw add 没有环的话不好看。但不要picker
|
|
|
-
|
|
|
+
|
|
|
// updateMatrixWorld will update transformations and appearance of individual handles
|
|
|
|
|
|
this.updateMatrixWorld = function () { //TransformControlsGizmo
|