1 |
- {"ast":null,"code":"import { ThinBlurPostProcess } from \"./thinBlurPostProcess.js\";\n/**\n * @internal\n */\nexport class ThinDepthOfFieldBlurPostProcess extends ThinBlurPostProcess {\n constructor(name, engine = null, direction, kernel, options) {\n super(name, engine, direction, kernel, {\n ...options,\n defines: `#define DOF 1\\n`\n });\n }\n}","map":{"version":3,"names":["ThinBlurPostProcess","ThinDepthOfFieldBlurPostProcess","constructor","name","engine","direction","kernel","options","defines"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/PostProcesses/thinDepthOfFieldBlurPostProcess.js"],"sourcesContent":["import { ThinBlurPostProcess } from \"./thinBlurPostProcess.js\";\n/**\n * @internal\n */\nexport class ThinDepthOfFieldBlurPostProcess extends ThinBlurPostProcess {\n constructor(name, engine = null, direction, kernel, options) {\n super(name, engine, direction, kernel, {\n ...options,\n defines: `#define DOF 1\\n`,\n });\n }\n}\n"],"mappings":"AAAA,SAASA,mBAAmB,QAAQ,0BAA0B;AAC9D;AACA;AACA;AACA,OAAO,MAAMC,+BAA+B,SAASD,mBAAmB,CAAC;EACrEE,WAAWA,CAACC,IAAI,EAAEC,MAAM,GAAG,IAAI,EAAEC,SAAS,EAAEC,MAAM,EAAEC,OAAO,EAAE;IACzD,KAAK,CAACJ,IAAI,EAAEC,MAAM,EAAEC,SAAS,EAAEC,MAAM,EAAE;MACnC,GAAGC,OAAO;MACVC,OAAO,EAAE;IACb,CAAC,CAAC;EACN;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|