Forráskód Böngészése

remove explicit mesh light specification

Nicholas Barlow 4 éve
szülő
commit
3f32b0a13a
1 módosított fájl, 0 hozzáadás és 1 törlés
  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);