Browse Source

remove explicit mesh light specification

Nicholas Barlow 4 năm trước cách đây
mục cha
commit
3f32b0a13a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);