babylonjs-gui 5.8.2 → 5.9.0

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/babylon.gui.js CHANGED
@@ -3869,6 +3869,7 @@ var Container = /** @class */ (function (_super) {
3869
3869
  Container.prototype._flagDescendantsAsMatrixDirty = function () {
3870
3870
  for (var _i = 0, _a = this.children; _i < _a.length; _i++) {
3871
3871
  var child = _a[_i];
3872
+ child._isClipped = false;
3872
3873
  child._markMatrixAsDirty();
3873
3874
  }
3874
3875
  };
@@ -24084,7 +24085,7 @@ var MRDLBackplateMaterialDefines = /** @class */ (function (_super) {
24084
24085
  /*
24085
24086
  "IRIDESCENCE_ENABLE", "SMOOTH_EDGES"
24086
24087
  */
24087
- _this.IRIDESCENCE_ENABLED = true;
24088
+ _this.IRIDESCENCE_ENABLE = true;
24088
24089
  _this.SMOOTH_EDGES = true;
24089
24090
  _this._needNormals = true;
24090
24091
  _this.rebuild();
@@ -24309,7 +24310,7 @@ var MRDLBackplateMaterial = /** @class */ (function (_super) {
24309
24310
  "_Line_Gradient_Blend_",
24310
24311
  "_Fade_Out_",
24311
24312
  ];
24312
- var samplers = [];
24313
+ var samplers = ["_Iridescent_Map_"];
24313
24314
  var uniformBuffers = new Array();
24314
24315
  core_Misc_decorators__WEBPACK_IMPORTED_MODULE_1__.MaterialHelper.PrepareUniformsAndSamplersList({
24315
24316
  uniformsNames: uniforms,