@babylonjs/node-editor 5.3.0 → 5.4.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.
@@ -64876,7 +64876,7 @@ __webpack_require__.r(__webpack_exports__);
64876
64876
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
64877
64877
  /* harmony export */ "TextureDisplayManager": () => (/* binding */ TextureDisplayManager)
64878
64878
  /* harmony export */ });
64879
- /* harmony import */ var core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Materials/Node/Blocks/Particle/particleTextureBlock */ "core/Misc/dataStorage");
64879
+ /* harmony import */ var core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Materials/Node/Blocks/PBR/reflectionBlock */ "core/Misc/dataStorage");
64880
64880
  /* harmony import */ var core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__);
64881
64881
  /* harmony import */ var _sharedComponents_textureLineComponent__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../sharedComponents/textureLineComponent */ "../../../tools/nodeEditor/dist/sharedComponents/textureLineComponent.js");
64882
64882
 
@@ -64884,6 +64884,7 @@ __webpack_require__.r(__webpack_exports__);
64884
64884
 
64885
64885
 
64886
64886
 
64887
+
64887
64888
  class TextureDisplayManager {
64888
64889
  getHeaderClass() {
64889
64890
  return "";
@@ -64904,7 +64905,7 @@ class TextureDisplayManager {
64904
64905
  if (block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.TextureBlock) {
64905
64906
  contentArea.classList.add("regular-texture-block");
64906
64907
  }
64907
- if (block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.ReflectionBlock) {
64908
+ if (block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.ReflectionTextureBlock || block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.ReflectionBlock) {
64908
64909
  contentArea.classList.add("reflection-block");
64909
64910
  }
64910
64911
  if (block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.CurrentScreenBlock || block instanceof core_Materials_Node_Blocks_Dual_textureBlock__WEBPACK_IMPORTED_MODULE_0__.ParticleTextureBlock) {