소스 검색

remove explicit mesh light specification

Nicholas Barlow 4 년 전
부모
커밋
3f32b0a13a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Debug/skeletonViewer.ts

+ 0 - 1
src/Debug/skeletonViewer.ts

@@ -747,7 +747,6 @@ export class SkeletonViewer {
             }
 
             const light = this.utilityLayer!._getSharedGizmoLight();
-            light.includedOnlyMeshes = light.includedOnlyMeshes.concat(this.debugMesh!);
             light.intensity = 0.7;
 
             this._revert(animationState);