소스 검색

Update utilityLayerRenderer.ts

Trevor Baron 6 년 전
부모
커밋
ac548d9309
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }