{"ast":null,"code":"/**\n * Contains all parameters needed for the prepass to perform\n * screen space reflections\n */\nexport class ScreenSpaceReflectionsConfiguration {\n constructor() {\n /**\n * Is ssr enabled\n */\n this.enabled = false;\n /**\n * Name of the configuration\n */\n this.name = \"screenSpaceReflections\";\n /**\n * Textures that should be present in the MRT for this effect to work\n */\n this.texturesRequired = [6, 3, 1];\n }\n}","map":{"version":3,"names":["ScreenSpaceReflectionsConfiguration","constructor","enabled","name","texturesRequired"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Rendering/screenSpaceReflectionsConfiguration.js"],"sourcesContent":["\n/**\n * Contains all parameters needed for the prepass to perform\n * screen space reflections\n */\nexport class ScreenSpaceReflectionsConfiguration {\n constructor() {\n /**\n * Is ssr enabled\n */\n this.enabled = false;\n /**\n * Name of the configuration\n */\n this.name = \"screenSpaceReflections\";\n /**\n * Textures that should be present in the MRT for this effect to work\n */\n this.texturesRequired = [6, 3, 1];\n }\n}\n"],"mappings":"AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,mCAAmC,CAAC;EAC7CC,WAAWA,CAAA,EAAG;IACV;AACR;AACA;IACQ,IAAI,CAACC,OAAO,GAAG,KAAK;IACpB;AACR;AACA;IACQ,IAAI,CAACC,IAAI,GAAG,wBAAwB;IACpC;AACR;AACA;IACQ,IAAI,CAACC,gBAAgB,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;EACrC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}