xzw vor 5 Monaten
Ursprung
Commit
0448b3dd0b
1 geänderte Dateien mit 1 neuen und 4 gelöschten Zeilen
  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[ "translate" ].visible = false;
 	this.picker[ "rotate" ].visible = false;
 	this.picker[ "rotate" ].visible = false;
 	this.picker[ "scale" ].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
 	// updateMatrixWorld will update transformations and appearance of individual handles
 
 
 	this.updateMatrixWorld = function () { //TransformControlsGizmo
 	this.updateMatrixWorld = function () { //TransformControlsGizmo