f4b758232d97198f06c5a208340162d1cd426ed636dbfeb77ca5a24be724fb40.json 1.5 KB

1
  1. {"ast":null,"code":"/**\n * Contains all parameters needed for the prepass to perform\n * motion blur\n */\nexport class MotionBlurConfiguration {\n constructor() {\n /**\n * Is motion blur enabled\n */\n this.enabled = false;\n /**\n * Name of the configuration\n */\n this.name = \"motionBlur\";\n /**\n * Textures that should be present in the MRT for this effect to work\n */\n this.texturesRequired = [2];\n }\n}","map":{"version":3,"names":["MotionBlurConfiguration","constructor","enabled","name","texturesRequired"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Rendering/motionBlurConfiguration.js"],"sourcesContent":["\n/**\n * Contains all parameters needed for the prepass to perform\n * motion blur\n */\nexport class MotionBlurConfiguration {\n constructor() {\n /**\n * Is motion blur enabled\n */\n this.enabled = false;\n /**\n * Name of the configuration\n */\n this.name = \"motionBlur\";\n /**\n * Textures that should be present in the MRT for this effect to work\n */\n this.texturesRequired = [2];\n }\n}\n"],"mappings":"AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,uBAAuB,CAAC;EACjCC,WAAWA,CAAA,EAAG;IACV;AACR;AACA;IACQ,IAAI,CAACC,OAAO,GAAG,KAAK;IACpB;AACR;AACA;IACQ,IAAI,CAACC,IAAI,GAAG,YAAY;IACxB;AACR;AACA;IACQ,IAAI,CAACC,gBAAgB,GAAG,CAAC,CAAC,CAAC;EAC/B;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}