xzw 5 months ago
parent
commit
0448b3dd0b
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/custom/objects/tool/TransformControls.js

+ 1 - 4
src/custom/objects/tool/TransformControls.js

@@ -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