1 |
- {"ast":null,"code":"import { AbstractEngine } from \"../abstractEngine.js\";\nAbstractEngine.prototype.createDepthStencilTexture = function (size, options, rtWrapper) {\n if (options.isCube) {\n const width = size.width || size;\n return this._createDepthStencilCubeTexture(width, options);\n } else {\n return this._createDepthStencilTexture(size, options, rtWrapper);\n }\n};","map":{"version":3,"names":["AbstractEngine","prototype","createDepthStencilTexture","size","options","rtWrapper","isCube","width","_createDepthStencilCubeTexture","_createDepthStencilTexture"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Engines/AbstractEngine/abstractEngine.texture.js"],"sourcesContent":["import { AbstractEngine } from \"../abstractEngine.js\";\nAbstractEngine.prototype.createDepthStencilTexture = function (size, options, rtWrapper) {\n if (options.isCube) {\n const width = size.width || size;\n return this._createDepthStencilCubeTexture(width, options);\n }\n else {\n return this._createDepthStencilTexture(size, options, rtWrapper);\n }\n};\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,sBAAsB;AACrDA,cAAc,CAACC,SAAS,CAACC,yBAAyB,GAAG,UAAUC,IAAI,EAAEC,OAAO,EAAEC,SAAS,EAAE;EACrF,IAAID,OAAO,CAACE,MAAM,EAAE;IAChB,MAAMC,KAAK,GAAGJ,IAAI,CAACI,KAAK,IAAIJ,IAAI;IAChC,OAAO,IAAI,CAACK,8BAA8B,CAACD,KAAK,EAAEH,OAAO,CAAC;EAC9D,CAAC,MACI;IACD,OAAO,IAAI,CAACK,0BAA0B,CAACN,IAAI,EAAEC,OAAO,EAAEC,SAAS,CAAC;EACpE;AACJ,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|