浏览代码

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);