Cedric Guillemet 4 年之前
父節點
當前提交
db19a8dfda
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Gizmos/boundingBoxGizmo.ts

+ 2 - 0
src/Gizmos/boundingBoxGizmo.ts

@@ -54,10 +54,12 @@ export class BoundingBoxGizmo extends Gizmo {
     public scaleBoxSize = 0.1;
     /**
      * If set, the rotation spheres and scale boxes will increase in size based on the distance away from the camera to have a consistent screen size (Default: false)
+     * Note : fixedDragMeshScreenSize takes precedence over fixedDragMeshBoundsSize if both are true
      */
     public fixedDragMeshScreenSize = false;
     /**
      * If set, the rotation spheres and scale boxes will increase in size based on the size of the bounding box
+     * Note : fixedDragMeshScreenSize takes precedence over fixedDragMeshBoundsSize if both are true
      */
     public fixedDragMeshBoundsSize = false;
     /**