d6137fe08bf966a053351bb405928e5a6390befd.js 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. System.register(["__unresolved_0", "cc", "cc/env", "__unresolved_1"], function (_export, _context) {
  2. "use strict";
  3. var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Camera, CCBoolean, CCFloat, CCInteger, Component, Material, rendering, Texture2D, EDITOR, makePipelineSettings, fillRequiredPipelineSettings, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _dec15, _dec16, _dec17, _dec18, _dec19, _dec20, _dec21, _dec22, _dec23, _dec24, _dec25, _dec26, _dec27, _dec28, _dec29, _dec30, _class, _class2, _descriptor, _descriptor2, _crd, ccclass, disallowMultiple, executeInEditMode, menu, property, requireComponent, type, BuiltinPipelineSettings;
  4. function _initializerDefineProperty(target, property, descriptor, context) { if (!descriptor) return; Object.defineProperty(target, property, { enumerable: descriptor.enumerable, configurable: descriptor.configurable, writable: descriptor.writable, value: descriptor.initializer ? descriptor.initializer.call(context) : void 0 }); }
  5. function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
  6. function _initializerWarningHelper(descriptor, context) { throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.'); }
  7. function _reportPossibleCrUseOfPipelineSettings(extras) {
  8. _reporterNs.report("PipelineSettings", "./builtin-pipeline-types", _context.meta, extras);
  9. }
  10. function _reportPossibleCrUseOfmakePipelineSettings(extras) {
  11. _reporterNs.report("makePipelineSettings", "./builtin-pipeline-types", _context.meta, extras);
  12. }
  13. function _reportPossibleCrUseOffillRequiredPipelineSettings(extras) {
  14. _reporterNs.report("fillRequiredPipelineSettings", "./builtin-pipeline-types", _context.meta, extras);
  15. }
  16. return {
  17. setters: [function (_unresolved_) {
  18. _reporterNs = _unresolved_;
  19. }, function (_cc) {
  20. _cclegacy = _cc.cclegacy;
  21. __checkObsolete__ = _cc.__checkObsolete__;
  22. __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
  23. _decorator = _cc._decorator;
  24. Camera = _cc.Camera;
  25. CCBoolean = _cc.CCBoolean;
  26. CCFloat = _cc.CCFloat;
  27. CCInteger = _cc.CCInteger;
  28. Component = _cc.Component;
  29. Material = _cc.Material;
  30. rendering = _cc.rendering;
  31. Texture2D = _cc.Texture2D;
  32. }, function (_ccEnv) {
  33. EDITOR = _ccEnv.EDITOR;
  34. }, function (_unresolved_2) {
  35. makePipelineSettings = _unresolved_2.makePipelineSettings;
  36. fillRequiredPipelineSettings = _unresolved_2.fillRequiredPipelineSettings;
  37. }],
  38. execute: function () {
  39. _crd = true;
  40. _cclegacy._RF.push({}, "de1c2EHcMhAIYRZY5nyTQHG", "builtin-pipeline-settings", undefined);
  41. /*
  42. Copyright (c) 2021-2024 Xiamen Yaji Software Co., Ltd.
  43. https://www.cocos.com/
  44. Permission is hereby granted, free of charge, to any person obtaining a copy
  45. of this software and associated documentation files (the "Software"), to deal
  46. in the Software without restriction, including without limitation the rights to
  47. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  48. of the Software, and to permit persons to whom the Software is furnished to do so,
  49. subject to the following conditions:
  50. The above copyright notice and this permission notice shall be included in
  51. all copies or substantial portions of the Software.
  52. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  53. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  54. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  55. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  56. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  57. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  58. THE SOFTWARE.
  59. */
  60. __checkObsolete__(['_decorator', 'Camera', 'CCBoolean', 'CCFloat', 'CCInteger', 'Component', 'Material', 'rendering', 'Texture2D']);
  61. ({
  62. ccclass,
  63. disallowMultiple,
  64. executeInEditMode,
  65. menu,
  66. property,
  67. requireComponent,
  68. type
  69. } = _decorator);
  70. _export("BuiltinPipelineSettings", BuiltinPipelineSettings = (_dec = ccclass('BuiltinPipelineSettings'), _dec2 = menu('Rendering/BuiltinPipelineSettings'), _dec3 = requireComponent(Camera), _dec4 = property(CCBoolean), _dec5 = property({
  71. displayName: 'Editor Preview (Experimental)',
  72. type: CCBoolean
  73. }), _dec6 = property({
  74. group: {
  75. id: 'MSAA',
  76. name: 'Multisample Anti-Aliasing'
  77. },
  78. type: CCBoolean
  79. }), _dec7 = property({
  80. group: {
  81. id: 'MSAA',
  82. name: 'Multisample Anti-Aliasing',
  83. style: 'section'
  84. },
  85. type: CCInteger,
  86. range: [2, 4, 2]
  87. }), _dec8 = property({
  88. group: {
  89. id: 'ShadingScale',
  90. name: 'ShadingScale',
  91. style: 'section'
  92. },
  93. type: CCBoolean
  94. }), _dec9 = property({
  95. tooltip: 'i18n:postprocess.shadingScale',
  96. group: {
  97. id: 'ShadingScale',
  98. name: 'ShadingScale'
  99. },
  100. type: CCFloat,
  101. range: [0.01, 4, 0.01],
  102. slide: true
  103. }), _dec10 = property({
  104. group: {
  105. id: 'DepthOfField',
  106. name: 'DepthOfField (PostProcessing)',
  107. style: 'section'
  108. },
  109. type: CCBoolean,
  110. visible: false
  111. }), _dec11 = property({
  112. group: {
  113. id: 'DepthOfField',
  114. name: 'DepthOfField (PostProcessing)',
  115. style: 'section'
  116. },
  117. type: Material,
  118. visible: false
  119. }), _dec12 = property({
  120. group: {
  121. id: 'DepthOfField',
  122. name: 'DepthOfField (PostProcessing)',
  123. style: 'section'
  124. },
  125. type: CCFloat,
  126. min: 0,
  127. visible: false
  128. }), _dec13 = property({
  129. group: {
  130. id: 'DepthOfField',
  131. name: 'DepthOfField (PostProcessing)',
  132. style: 'section'
  133. },
  134. type: CCFloat,
  135. min: 0,
  136. visible: false
  137. }), _dec14 = type(CCFloat), _dec15 = property({
  138. group: {
  139. id: 'DepthOfField',
  140. name: 'DepthOfField (PostProcessing)',
  141. style: 'section'
  142. },
  143. type: CCFloat,
  144. range: [1, 10, 0.01],
  145. slide: true,
  146. visible: false
  147. }), _dec16 = property({
  148. group: {
  149. id: 'Bloom',
  150. name: 'Bloom (PostProcessing)',
  151. style: 'section'
  152. },
  153. type: CCBoolean
  154. }), _dec17 = property({
  155. group: {
  156. id: 'Bloom',
  157. name: 'Bloom (PostProcessing)',
  158. style: 'section'
  159. },
  160. type: Material
  161. }), _dec18 = property({
  162. tooltip: 'i18n:bloom.enableAlphaMask',
  163. group: {
  164. id: 'Bloom',
  165. name: 'Bloom (PostProcessing)',
  166. style: 'section'
  167. },
  168. type: CCBoolean
  169. }), _dec19 = property({
  170. tooltip: 'i18n:bloom.iterations',
  171. group: {
  172. id: 'Bloom',
  173. name: 'Bloom (PostProcessing)',
  174. style: 'section'
  175. },
  176. type: CCInteger,
  177. range: [1, 6, 1],
  178. slide: true
  179. }), _dec20 = property({
  180. tooltip: 'i18n:bloom.threshold',
  181. group: {
  182. id: 'Bloom',
  183. name: 'Bloom (PostProcessing)',
  184. style: 'section'
  185. },
  186. type: CCFloat,
  187. min: 0
  188. }), _dec21 = property({
  189. group: {
  190. id: 'Color Grading',
  191. name: 'ColorGrading (LDR) (PostProcessing)',
  192. style: 'section'
  193. },
  194. type: CCBoolean
  195. }), _dec22 = property({
  196. group: {
  197. id: 'Color Grading',
  198. name: 'ColorGrading (LDR) (PostProcessing)',
  199. style: 'section'
  200. },
  201. type: Material
  202. }), _dec23 = property({
  203. tooltip: 'i18n:color_grading.contribute',
  204. group: {
  205. id: 'Color Grading',
  206. name: 'ColorGrading (LDR) (PostProcessing)',
  207. style: 'section'
  208. },
  209. type: CCFloat,
  210. range: [0, 1, 0.01],
  211. slide: true
  212. }), _dec24 = property({
  213. tooltip: 'i18n:color_grading.originalMap',
  214. group: {
  215. id: 'Color Grading',
  216. name: 'ColorGrading (LDR) (PostProcessing)',
  217. style: 'section'
  218. },
  219. type: Texture2D
  220. }), _dec25 = property({
  221. group: {
  222. id: 'FXAA',
  223. name: 'Fast Approximate Anti-Aliasing (PostProcessing)',
  224. style: 'section'
  225. },
  226. type: CCBoolean
  227. }), _dec26 = property({
  228. group: {
  229. id: 'FXAA',
  230. name: 'Fast Approximate Anti-Aliasing (PostProcessing)',
  231. style: 'section'
  232. },
  233. type: Material
  234. }), _dec27 = property({
  235. group: {
  236. id: 'FSR',
  237. name: 'FidelityFX Super Resolution',
  238. style: 'section'
  239. },
  240. type: CCBoolean
  241. }), _dec28 = property({
  242. group: {
  243. id: 'FSR',
  244. name: 'FidelityFX Super Resolution',
  245. style: 'section'
  246. },
  247. type: Material
  248. }), _dec29 = property({
  249. group: {
  250. id: 'FSR',
  251. name: 'FidelityFX Super Resolution',
  252. style: 'section'
  253. },
  254. type: CCFloat,
  255. range: [0, 1, 0.01],
  256. slide: true
  257. }), _dec30 = property({
  258. group: {
  259. id: 'ToneMapping',
  260. name: 'ToneMapping',
  261. style: 'section'
  262. },
  263. type: Material
  264. }), _dec(_class = _dec2(_class = _dec3(_class = disallowMultiple(_class = executeInEditMode(_class = (_class2 = class BuiltinPipelineSettings extends Component {
  265. constructor(...args) {
  266. super(...args);
  267. _initializerDefineProperty(this, "_settings", _descriptor, this);
  268. // Editor Preview
  269. _initializerDefineProperty(this, "_editorPreview", _descriptor2, this);
  270. }
  271. // Enable/Disable
  272. onEnable() {
  273. (_crd && fillRequiredPipelineSettings === void 0 ? (_reportPossibleCrUseOffillRequiredPipelineSettings({
  274. error: Error()
  275. }), fillRequiredPipelineSettings) : fillRequiredPipelineSettings)(this._settings);
  276. const cameraComponent = this.getComponent(Camera);
  277. const camera = cameraComponent.camera;
  278. camera.pipelineSettings = this._settings;
  279. if (EDITOR) {
  280. this._tryEnableEditorPreview();
  281. }
  282. }
  283. onDisable() {
  284. const cameraComponent = this.getComponent(Camera);
  285. const camera = cameraComponent.camera;
  286. camera.pipelineSettings = null;
  287. if (EDITOR) {
  288. this._disableEditorPreview();
  289. }
  290. }
  291. get editorPreview() {
  292. return this._editorPreview;
  293. }
  294. set editorPreview(v) {
  295. this._editorPreview = v;
  296. if (EDITOR) {
  297. this._tryEnableEditorPreview();
  298. }
  299. }
  300. _tryEnableEditorPreview() {
  301. if (rendering === undefined) {
  302. return;
  303. }
  304. if (this._editorPreview) {
  305. rendering.setEditorPipelineSettings(this._settings);
  306. } else {
  307. this._disableEditorPreview();
  308. }
  309. }
  310. _disableEditorPreview() {
  311. if (rendering === undefined) {
  312. return;
  313. }
  314. const current = rendering.getEditorPipelineSettings();
  315. if (current === this._settings) {
  316. rendering.setEditorPipelineSettings(null);
  317. }
  318. } // MSAA
  319. get MsaaEnable() {
  320. return this._settings.msaa.enabled;
  321. }
  322. set MsaaEnable(value) {
  323. this._settings.msaa.enabled = value;
  324. if (EDITOR) {
  325. this._tryEnableEditorPreview();
  326. }
  327. }
  328. set msaaSampleCount(value) {
  329. value = 2 ** Math.ceil(Math.log2(Math.max(value, 2)));
  330. value = Math.min(value, 4);
  331. this._settings.msaa.sampleCount = value;
  332. if (EDITOR) {
  333. this._tryEnableEditorPreview();
  334. }
  335. }
  336. get msaaSampleCount() {
  337. return this._settings.msaa.sampleCount;
  338. } // Shading Scale
  339. set shadingScaleEnable(value) {
  340. this._settings.enableShadingScale = value;
  341. if (EDITOR) {
  342. this._tryEnableEditorPreview();
  343. }
  344. }
  345. get shadingScaleEnable() {
  346. return this._settings.enableShadingScale;
  347. }
  348. set shadingScale(value) {
  349. this._settings.shadingScale = value;
  350. if (EDITOR) {
  351. this._tryEnableEditorPreview();
  352. }
  353. }
  354. get shadingScale() {
  355. return this._settings.shadingScale;
  356. } // DepthOfField
  357. set dofEnable(value) {
  358. this._settings.depthOfField.enabled = value;
  359. if (EDITOR) {
  360. this._tryEnableEditorPreview();
  361. }
  362. }
  363. get dofEnable() {
  364. return this._settings.depthOfField.enabled;
  365. }
  366. set dofMaterial(value) {
  367. if (this._settings.depthOfField.material === value) {
  368. return;
  369. }
  370. this._settings.depthOfField.material = value;
  371. if (EDITOR) {
  372. this._tryEnableEditorPreview();
  373. }
  374. }
  375. get dofMaterial() {
  376. return this._settings.depthOfField.material;
  377. }
  378. set dofFocusDistance(value) {
  379. this._settings.depthOfField.focusDistance = value;
  380. }
  381. get dofFocusDistance() {
  382. return this._settings.depthOfField.focusDistance;
  383. }
  384. set dofFocusRange(value) {
  385. this._settings.depthOfField.focusRange = value;
  386. }
  387. get dofFocusRange() {
  388. return this._settings.depthOfField.focusRange;
  389. }
  390. set dofBokehRadius(value) {
  391. this._settings.depthOfField.bokehRadius = value;
  392. }
  393. get dofBokehRadius() {
  394. return this._settings.depthOfField.bokehRadius;
  395. } // Bloom
  396. set bloomEnable(value) {
  397. this._settings.bloom.enabled = value;
  398. if (EDITOR) {
  399. this._tryEnableEditorPreview();
  400. }
  401. }
  402. get bloomEnable() {
  403. return this._settings.bloom.enabled;
  404. }
  405. set bloomMaterial(value) {
  406. if (this._settings.bloom.material === value) {
  407. return;
  408. }
  409. this._settings.bloom.material = value;
  410. if (EDITOR) {
  411. this._tryEnableEditorPreview();
  412. }
  413. }
  414. get bloomMaterial() {
  415. return this._settings.bloom.material;
  416. }
  417. set bloomEnableAlphaMask(value) {
  418. this._settings.bloom.enableAlphaMask = value;
  419. if (EDITOR) {
  420. this._tryEnableEditorPreview();
  421. }
  422. }
  423. get bloomEnableAlphaMask() {
  424. return this._settings.bloom.enableAlphaMask;
  425. }
  426. set bloomIterations(value) {
  427. this._settings.bloom.iterations = value;
  428. if (EDITOR) {
  429. this._tryEnableEditorPreview();
  430. }
  431. }
  432. get bloomIterations() {
  433. return this._settings.bloom.iterations;
  434. }
  435. set bloomThreshold(value) {
  436. this._settings.bloom.threshold = value;
  437. }
  438. get bloomThreshold() {
  439. return this._settings.bloom.threshold;
  440. }
  441. set bloomIntensity(value) {
  442. this._settings.bloom.intensity = value;
  443. }
  444. get bloomIntensity() {
  445. return this._settings.bloom.intensity;
  446. } // Color Grading (LDR)
  447. set colorGradingEnable(value) {
  448. this._settings.colorGrading.enabled = value;
  449. if (EDITOR) {
  450. this._tryEnableEditorPreview();
  451. }
  452. }
  453. get colorGradingEnable() {
  454. return this._settings.colorGrading.enabled;
  455. }
  456. set colorGradingMaterial(value) {
  457. if (this._settings.colorGrading.material === value) {
  458. return;
  459. }
  460. this._settings.colorGrading.material = value;
  461. if (EDITOR) {
  462. this._tryEnableEditorPreview();
  463. }
  464. }
  465. get colorGradingMaterial() {
  466. return this._settings.colorGrading.material;
  467. }
  468. set colorGradingContribute(value) {
  469. this._settings.colorGrading.contribute = value;
  470. }
  471. get colorGradingContribute() {
  472. return this._settings.colorGrading.contribute;
  473. }
  474. set colorGradingMap(val) {
  475. this._settings.colorGrading.colorGradingMap = val;
  476. if (EDITOR) {
  477. this._tryEnableEditorPreview();
  478. }
  479. }
  480. get colorGradingMap() {
  481. return this._settings.colorGrading.colorGradingMap;
  482. } // FXAA
  483. set fxaaEnable(value) {
  484. this._settings.fxaa.enabled = value;
  485. if (EDITOR) {
  486. this._tryEnableEditorPreview();
  487. }
  488. }
  489. get fxaaEnable() {
  490. return this._settings.fxaa.enabled;
  491. }
  492. set fxaaMaterial(value) {
  493. if (this._settings.fxaa.material === value) {
  494. return;
  495. }
  496. this._settings.fxaa.material = value;
  497. if (EDITOR) {
  498. this._tryEnableEditorPreview();
  499. }
  500. }
  501. get fxaaMaterial() {
  502. return this._settings.fxaa.material;
  503. } // FSR
  504. set fsrEnable(value) {
  505. this._settings.fsr.enabled = value;
  506. if (EDITOR) {
  507. this._tryEnableEditorPreview();
  508. }
  509. }
  510. get fsrEnable() {
  511. return this._settings.fsr.enabled;
  512. }
  513. set fsrMaterial(value) {
  514. if (this._settings.fsr.material === value) {
  515. return;
  516. }
  517. this._settings.fsr.material = value;
  518. if (EDITOR) {
  519. this._tryEnableEditorPreview();
  520. }
  521. }
  522. get fsrMaterial() {
  523. return this._settings.fsr.material;
  524. }
  525. set fsrSharpness(value) {
  526. this._settings.fsr.sharpness = value;
  527. }
  528. get fsrSharpness() {
  529. return this._settings.fsr.sharpness;
  530. }
  531. set toneMappingMaterial(value) {
  532. if (this._settings.toneMapping.material === value) {
  533. return;
  534. }
  535. this._settings.toneMapping.material = value;
  536. if (EDITOR) {
  537. this._tryEnableEditorPreview();
  538. }
  539. }
  540. get toneMappingMaterial() {
  541. return this._settings.toneMapping.material;
  542. }
  543. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "_settings", [property], {
  544. configurable: true,
  545. enumerable: true,
  546. writable: true,
  547. initializer: function () {
  548. return (_crd && makePipelineSettings === void 0 ? (_reportPossibleCrUseOfmakePipelineSettings({
  549. error: Error()
  550. }), makePipelineSettings) : makePipelineSettings)();
  551. }
  552. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "_editorPreview", [_dec4], {
  553. configurable: true,
  554. enumerable: true,
  555. writable: true,
  556. initializer: function () {
  557. return false;
  558. }
  559. }), _applyDecoratedDescriptor(_class2.prototype, "editorPreview", [_dec5], Object.getOwnPropertyDescriptor(_class2.prototype, "editorPreview"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "MsaaEnable", [_dec6], Object.getOwnPropertyDescriptor(_class2.prototype, "MsaaEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "msaaSampleCount", [_dec7], Object.getOwnPropertyDescriptor(_class2.prototype, "msaaSampleCount"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "shadingScaleEnable", [_dec8], Object.getOwnPropertyDescriptor(_class2.prototype, "shadingScaleEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "shadingScale", [_dec9], Object.getOwnPropertyDescriptor(_class2.prototype, "shadingScale"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "dofEnable", [_dec10], Object.getOwnPropertyDescriptor(_class2.prototype, "dofEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "dofMaterial", [_dec11], Object.getOwnPropertyDescriptor(_class2.prototype, "dofMaterial"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "dofFocusDistance", [_dec12], Object.getOwnPropertyDescriptor(_class2.prototype, "dofFocusDistance"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "dofFocusRange", [_dec13], Object.getOwnPropertyDescriptor(_class2.prototype, "dofFocusRange"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "dofBokehRadius", [_dec14, _dec15], Object.getOwnPropertyDescriptor(_class2.prototype, "dofBokehRadius"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "bloomEnable", [_dec16], Object.getOwnPropertyDescriptor(_class2.prototype, "bloomEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "bloomMaterial", [_dec17], Object.getOwnPropertyDescriptor(_class2.prototype, "bloomMaterial"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "bloomEnableAlphaMask", [_dec18], Object.getOwnPropertyDescriptor(_class2.prototype, "bloomEnableAlphaMask"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "bloomIterations", [_dec19], Object.getOwnPropertyDescriptor(_class2.prototype, "bloomIterations"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "bloomThreshold", [_dec20], Object.getOwnPropertyDescriptor(_class2.prototype, "bloomThreshold"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "colorGradingEnable", [_dec21], Object.getOwnPropertyDescriptor(_class2.prototype, "colorGradingEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "colorGradingMaterial", [_dec22], Object.getOwnPropertyDescriptor(_class2.prototype, "colorGradingMaterial"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "colorGradingContribute", [_dec23], Object.getOwnPropertyDescriptor(_class2.prototype, "colorGradingContribute"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "colorGradingMap", [_dec24], Object.getOwnPropertyDescriptor(_class2.prototype, "colorGradingMap"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "fxaaEnable", [_dec25], Object.getOwnPropertyDescriptor(_class2.prototype, "fxaaEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "fxaaMaterial", [_dec26], Object.getOwnPropertyDescriptor(_class2.prototype, "fxaaMaterial"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "fsrEnable", [_dec27], Object.getOwnPropertyDescriptor(_class2.prototype, "fsrEnable"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "fsrMaterial", [_dec28], Object.getOwnPropertyDescriptor(_class2.prototype, "fsrMaterial"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "fsrSharpness", [_dec29], Object.getOwnPropertyDescriptor(_class2.prototype, "fsrSharpness"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "toneMappingMaterial", [_dec30], Object.getOwnPropertyDescriptor(_class2.prototype, "toneMappingMaterial"), _class2.prototype)), _class2)) || _class) || _class) || _class) || _class) || _class));
  560. _cclegacy._RF.pop();
  561. _crd = false;
  562. }
  563. };
  564. });
  565. //# sourceMappingURL=d6137fe08bf966a053351bb405928e5a6390befd.js.map