Browse Source

Update utilityLayerRenderer.ts

Trevor Baron 6 năm trước cách đây
mục cha
commit
ac548d9309
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Rendering/utilityLayerRenderer.ts

+ 0 - 1
src/Rendering/utilityLayerRenderer.ts

@@ -27,7 +27,6 @@ export class UtilityLayerRenderer implements IDisposable {
             this._sharedGizmoLight = new HemisphericLight("shared gizmo light", new Vector3(0, 1, 0), this.utilityLayerScene);
             this._sharedGizmoLight.intensity = 2;
             this._sharedGizmoLight.groundColor = Color3.Gray();
-            this._sharedGizmoLight.includedOnlyMeshes = [new AbstractMesh("", this.utilityLayerScene)];
         }
         return this._sharedGizmoLight;
     }