@d5techs/3dgs-lib 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/3dgs-lib.cjs CHANGED
@@ -1086,8 +1086,8 @@ class ViewportGizmo {
1086
1086
  },
1087
1087
  depthStencil: {
1088
1088
  format: this.renderer.depthFormat,
1089
- depthWriteEnabled: true,
1090
- depthCompare: "less"
1089
+ depthWriteEnabled: false,
1090
+ depthCompare: "always"
1091
1091
  }
1092
1092
  });
1093
1093
  }