TestScene.scene 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "TestScene",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "TestScene",
  15. "_objFlags": 0,
  16. "__editorExtras__": {},
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. }
  22. ],
  23. "_active": true,
  24. "_components": [],
  25. "_prefab": null,
  26. "_lpos": {
  27. "__type__": "cc.Vec3",
  28. "x": 0,
  29. "y": 0,
  30. "z": 0
  31. },
  32. "_lrot": {
  33. "__type__": "cc.Quat",
  34. "x": 0,
  35. "y": 0,
  36. "z": 0,
  37. "w": 1
  38. },
  39. "_lscale": {
  40. "__type__": "cc.Vec3",
  41. "x": 1,
  42. "y": 1,
  43. "z": 1
  44. },
  45. "_mobility": 0,
  46. "_layer": 1073741824,
  47. "_euler": {
  48. "__type__": "cc.Vec3",
  49. "x": 0,
  50. "y": 0,
  51. "z": 0
  52. },
  53. "autoReleaseAssets": false,
  54. "_globals": {
  55. "__id__": 21
  56. },
  57. "_id": "8a125a67-dbc5-4c64-b398-6a616deee4aa"
  58. },
  59. {
  60. "__type__": "cc.Node",
  61. "_name": "Canvas",
  62. "_objFlags": 0,
  63. "__editorExtras__": {},
  64. "_parent": {
  65. "__id__": 1
  66. },
  67. "_children": [
  68. {
  69. "__id__": 3
  70. },
  71. {
  72. "__id__": 5
  73. },
  74. {
  75. "__id__": 8
  76. },
  77. {
  78. "__id__": 13
  79. }
  80. ],
  81. "_active": true,
  82. "_components": [
  83. {
  84. "__id__": 18
  85. },
  86. {
  87. "__id__": 19
  88. },
  89. {
  90. "__id__": 20
  91. }
  92. ],
  93. "_prefab": null,
  94. "_lpos": {
  95. "__type__": "cc.Vec3",
  96. "x": 360,
  97. "y": 667,
  98. "z": 0
  99. },
  100. "_lrot": {
  101. "__type__": "cc.Quat",
  102. "x": 0,
  103. "y": 0,
  104. "z": 0,
  105. "w": 1
  106. },
  107. "_lscale": {
  108. "__type__": "cc.Vec3",
  109. "x": 1,
  110. "y": 1,
  111. "z": 1
  112. },
  113. "_mobility": 0,
  114. "_layer": 33554432,
  115. "_euler": {
  116. "__type__": "cc.Vec3",
  117. "x": 0,
  118. "y": 0,
  119. "z": 0
  120. },
  121. "_id": "beI88Z2HpFELqR4T5EMHpg"
  122. },
  123. {
  124. "__type__": "cc.Node",
  125. "_name": "Camera",
  126. "_objFlags": 0,
  127. "__editorExtras__": {},
  128. "_parent": {
  129. "__id__": 2
  130. },
  131. "_children": [],
  132. "_active": true,
  133. "_components": [
  134. {
  135. "__id__": 4
  136. }
  137. ],
  138. "_prefab": null,
  139. "_lpos": {
  140. "__type__": "cc.Vec3",
  141. "x": 0,
  142. "y": 0,
  143. "z": 1000
  144. },
  145. "_lrot": {
  146. "__type__": "cc.Quat",
  147. "x": 0,
  148. "y": 0,
  149. "z": 0,
  150. "w": 1
  151. },
  152. "_lscale": {
  153. "__type__": "cc.Vec3",
  154. "x": 1,
  155. "y": 1,
  156. "z": 1
  157. },
  158. "_mobility": 0,
  159. "_layer": 1073741824,
  160. "_euler": {
  161. "__type__": "cc.Vec3",
  162. "x": 0,
  163. "y": 0,
  164. "z": 0
  165. },
  166. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  167. },
  168. {
  169. "__type__": "cc.Camera",
  170. "_name": "",
  171. "_objFlags": 0,
  172. "__editorExtras__": {},
  173. "node": {
  174. "__id__": 3
  175. },
  176. "_enabled": true,
  177. "__prefab": null,
  178. "_projection": 0,
  179. "_priority": 0,
  180. "_fov": 45,
  181. "_fovAxis": 0,
  182. "_orthoHeight": 667,
  183. "_near": 0,
  184. "_far": 2000,
  185. "_color": {
  186. "__type__": "cc.Color",
  187. "r": 0,
  188. "g": 0,
  189. "b": 0,
  190. "a": 255
  191. },
  192. "_depth": 1,
  193. "_stencil": 0,
  194. "_clearFlags": 7,
  195. "_rect": {
  196. "__type__": "cc.Rect",
  197. "x": 0,
  198. "y": 0,
  199. "width": 1,
  200. "height": 1
  201. },
  202. "_aperture": 19,
  203. "_shutter": 7,
  204. "_iso": 0,
  205. "_screenScale": 1,
  206. "_visibility": 1108344832,
  207. "_targetTexture": null,
  208. "_postProcess": null,
  209. "_usePostProcess": false,
  210. "_cameraType": -1,
  211. "_trackingType": 0,
  212. "_id": "63WIch3o5BEYRlXzTT0oWc"
  213. },
  214. {
  215. "__type__": "cc.Node",
  216. "_name": "ConfigManager",
  217. "_objFlags": 0,
  218. "__editorExtras__": {},
  219. "_parent": {
  220. "__id__": 2
  221. },
  222. "_children": [],
  223. "_active": true,
  224. "_components": [
  225. {
  226. "__id__": 6
  227. },
  228. {
  229. "__id__": 7
  230. }
  231. ],
  232. "_prefab": null,
  233. "_lpos": {
  234. "__type__": "cc.Vec3",
  235. "x": 0,
  236. "y": 0,
  237. "z": 0
  238. },
  239. "_lrot": {
  240. "__type__": "cc.Quat",
  241. "x": 0,
  242. "y": 0,
  243. "z": 0,
  244. "w": 1
  245. },
  246. "_lscale": {
  247. "__type__": "cc.Vec3",
  248. "x": 1,
  249. "y": 1,
  250. "z": 1
  251. },
  252. "_mobility": 0,
  253. "_layer": 33554432,
  254. "_euler": {
  255. "__type__": "cc.Vec3",
  256. "x": 0,
  257. "y": 0,
  258. "z": 0
  259. },
  260. "_id": "f0zKyIs6FI86pV9TkNGayl"
  261. },
  262. {
  263. "__type__": "cc.UITransform",
  264. "_name": "",
  265. "_objFlags": 0,
  266. "__editorExtras__": {},
  267. "node": {
  268. "__id__": 5
  269. },
  270. "_enabled": true,
  271. "__prefab": null,
  272. "_contentSize": {
  273. "__type__": "cc.Size",
  274. "width": 100,
  275. "height": 100
  276. },
  277. "_anchorPoint": {
  278. "__type__": "cc.Vec2",
  279. "x": 0.5,
  280. "y": 0.5
  281. },
  282. "_id": "22uw7028lNKYYq28p2Qxzy"
  283. },
  284. {
  285. "__type__": "b3a44NnutxFLY7fgMrvhyua",
  286. "_name": "",
  287. "_objFlags": 0,
  288. "__editorExtras__": {},
  289. "node": {
  290. "__id__": 5
  291. },
  292. "_enabled": true,
  293. "__prefab": null,
  294. "_id": "2e9eIaZUBIFplT2CX+5e4g"
  295. },
  296. {
  297. "__type__": "cc.Node",
  298. "_name": "TestScene",
  299. "_objFlags": 0,
  300. "__editorExtras__": {},
  301. "_parent": {
  302. "__id__": 2
  303. },
  304. "_children": [],
  305. "_active": true,
  306. "_components": [
  307. {
  308. "__id__": 9
  309. },
  310. {
  311. "__id__": 10
  312. }
  313. ],
  314. "_prefab": null,
  315. "_lpos": {
  316. "__type__": "cc.Vec3",
  317. "x": 0,
  318. "y": 0,
  319. "z": 0
  320. },
  321. "_lrot": {
  322. "__type__": "cc.Quat",
  323. "x": 0,
  324. "y": 0,
  325. "z": 0,
  326. "w": 1
  327. },
  328. "_lscale": {
  329. "__type__": "cc.Vec3",
  330. "x": 1,
  331. "y": 1,
  332. "z": 1
  333. },
  334. "_mobility": 0,
  335. "_layer": 33554432,
  336. "_euler": {
  337. "__type__": "cc.Vec3",
  338. "x": 0,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "_id": "3apH3rtk9AJ7ceiVUbQ6ub"
  343. },
  344. {
  345. "__type__": "cc.UITransform",
  346. "_name": "",
  347. "_objFlags": 0,
  348. "__editorExtras__": {},
  349. "node": {
  350. "__id__": 8
  351. },
  352. "_enabled": true,
  353. "__prefab": null,
  354. "_contentSize": {
  355. "__type__": "cc.Size",
  356. "width": 100,
  357. "height": 100
  358. },
  359. "_anchorPoint": {
  360. "__type__": "cc.Vec2",
  361. "x": 0.5,
  362. "y": 0.5
  363. },
  364. "_id": "cfovpox/1MQpypNWWd/J2W"
  365. },
  366. {
  367. "__type__": "a1dbdMCaOlLT7IfSw8CWYSU",
  368. "_name": "",
  369. "_objFlags": 0,
  370. "__editorExtras__": {},
  371. "node": {
  372. "__id__": 8
  373. },
  374. "_enabled": true,
  375. "__prefab": null,
  376. "enemySpawner": {
  377. "__id__": 11
  378. },
  379. "_id": "7bOZebTPRGjIytzSqQJ/Lx"
  380. },
  381. {
  382. "__type__": "a2aacTp735IXaXYFWfbU79J",
  383. "_name": "",
  384. "_objFlags": 0,
  385. "__editorExtras__": {},
  386. "node": {
  387. "__id__": 12
  388. },
  389. "_enabled": true,
  390. "__prefab": null,
  391. "enemyPrefab": {
  392. "__uuid__": "b66f02ce-3078-432b-b943-3122a7221095",
  393. "__expectedType__": "cc.Prefab"
  394. },
  395. "enemyContainer": {
  396. "__id__": 14
  397. },
  398. "spawnInterval": 2,
  399. "maxEnemies": 10,
  400. "_id": "4fP0IhzAhMD5YH126vW0rr"
  401. },
  402. {
  403. "__type__": "cc.Node",
  404. "_name": "EnemySpawner",
  405. "_objFlags": 0,
  406. "__editorExtras__": {},
  407. "_parent": {
  408. "__id__": 13
  409. },
  410. "_children": [],
  411. "_active": true,
  412. "_components": [
  413. {
  414. "__id__": 17
  415. },
  416. {
  417. "__id__": 11
  418. }
  419. ],
  420. "_prefab": null,
  421. "_lpos": {
  422. "__type__": "cc.Vec3",
  423. "x": 0,
  424. "y": 0,
  425. "z": 0
  426. },
  427. "_lrot": {
  428. "__type__": "cc.Quat",
  429. "x": 0,
  430. "y": 0,
  431. "z": 0,
  432. "w": 1
  433. },
  434. "_lscale": {
  435. "__type__": "cc.Vec3",
  436. "x": 1,
  437. "y": 1,
  438. "z": 1
  439. },
  440. "_mobility": 0,
  441. "_layer": 33554432,
  442. "_euler": {
  443. "__type__": "cc.Vec3",
  444. "x": 0,
  445. "y": 0,
  446. "z": 0
  447. },
  448. "_id": "8btBfVaMlG4YEWLd16PofE"
  449. },
  450. {
  451. "__type__": "cc.Node",
  452. "_name": "EnemyTest",
  453. "_objFlags": 0,
  454. "__editorExtras__": {},
  455. "_parent": {
  456. "__id__": 2
  457. },
  458. "_children": [
  459. {
  460. "__id__": 12
  461. },
  462. {
  463. "__id__": 14
  464. }
  465. ],
  466. "_active": true,
  467. "_components": [
  468. {
  469. "__id__": 16
  470. }
  471. ],
  472. "_prefab": null,
  473. "_lpos": {
  474. "__type__": "cc.Vec3",
  475. "x": 0,
  476. "y": 0,
  477. "z": 0
  478. },
  479. "_lrot": {
  480. "__type__": "cc.Quat",
  481. "x": 0,
  482. "y": 0,
  483. "z": 0,
  484. "w": 1
  485. },
  486. "_lscale": {
  487. "__type__": "cc.Vec3",
  488. "x": 1,
  489. "y": 1,
  490. "z": 1
  491. },
  492. "_mobility": 0,
  493. "_layer": 33554432,
  494. "_euler": {
  495. "__type__": "cc.Vec3",
  496. "x": 0,
  497. "y": 0,
  498. "z": 0
  499. },
  500. "_id": "aaEqR4mG1BepRJ//DnLaQ1"
  501. },
  502. {
  503. "__type__": "cc.Node",
  504. "_name": "EnemyContainer",
  505. "_objFlags": 0,
  506. "__editorExtras__": {},
  507. "_parent": {
  508. "__id__": 13
  509. },
  510. "_children": [],
  511. "_active": true,
  512. "_components": [
  513. {
  514. "__id__": 15
  515. }
  516. ],
  517. "_prefab": null,
  518. "_lpos": {
  519. "__type__": "cc.Vec3",
  520. "x": 0,
  521. "y": 0,
  522. "z": 0
  523. },
  524. "_lrot": {
  525. "__type__": "cc.Quat",
  526. "x": 0,
  527. "y": 0,
  528. "z": 0,
  529. "w": 1
  530. },
  531. "_lscale": {
  532. "__type__": "cc.Vec3",
  533. "x": 1,
  534. "y": 1,
  535. "z": 1
  536. },
  537. "_mobility": 0,
  538. "_layer": 33554432,
  539. "_euler": {
  540. "__type__": "cc.Vec3",
  541. "x": 0,
  542. "y": 0,
  543. "z": 0
  544. },
  545. "_id": "b4Ma/xnCdMKo0SobyaMedl"
  546. },
  547. {
  548. "__type__": "cc.UITransform",
  549. "_name": "",
  550. "_objFlags": 0,
  551. "__editorExtras__": {},
  552. "node": {
  553. "__id__": 14
  554. },
  555. "_enabled": true,
  556. "__prefab": null,
  557. "_contentSize": {
  558. "__type__": "cc.Size",
  559. "width": 100,
  560. "height": 100
  561. },
  562. "_anchorPoint": {
  563. "__type__": "cc.Vec2",
  564. "x": 0.5,
  565. "y": 0.5
  566. },
  567. "_id": "90N6uhDTJPbIghCd3GGoW1"
  568. },
  569. {
  570. "__type__": "cc.UITransform",
  571. "_name": "",
  572. "_objFlags": 0,
  573. "__editorExtras__": {},
  574. "node": {
  575. "__id__": 13
  576. },
  577. "_enabled": true,
  578. "__prefab": null,
  579. "_contentSize": {
  580. "__type__": "cc.Size",
  581. "width": 100,
  582. "height": 100
  583. },
  584. "_anchorPoint": {
  585. "__type__": "cc.Vec2",
  586. "x": 0.5,
  587. "y": 0.5
  588. },
  589. "_id": "ce8uIBet1JdoKaW95g6Cxw"
  590. },
  591. {
  592. "__type__": "cc.UITransform",
  593. "_name": "",
  594. "_objFlags": 0,
  595. "__editorExtras__": {},
  596. "node": {
  597. "__id__": 12
  598. },
  599. "_enabled": true,
  600. "__prefab": null,
  601. "_contentSize": {
  602. "__type__": "cc.Size",
  603. "width": 100,
  604. "height": 100
  605. },
  606. "_anchorPoint": {
  607. "__type__": "cc.Vec2",
  608. "x": 0.5,
  609. "y": 0.5
  610. },
  611. "_id": "8fJ0ObZ6tPgoXdZ4uQqk3K"
  612. },
  613. {
  614. "__type__": "cc.UITransform",
  615. "_name": "",
  616. "_objFlags": 0,
  617. "__editorExtras__": {},
  618. "node": {
  619. "__id__": 2
  620. },
  621. "_enabled": true,
  622. "__prefab": null,
  623. "_contentSize": {
  624. "__type__": "cc.Size",
  625. "width": 720,
  626. "height": 1334
  627. },
  628. "_anchorPoint": {
  629. "__type__": "cc.Vec2",
  630. "x": 0.5,
  631. "y": 0.5
  632. },
  633. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  634. },
  635. {
  636. "__type__": "cc.Canvas",
  637. "_name": "",
  638. "_objFlags": 0,
  639. "__editorExtras__": {},
  640. "node": {
  641. "__id__": 2
  642. },
  643. "_enabled": true,
  644. "__prefab": null,
  645. "_cameraComponent": {
  646. "__id__": 4
  647. },
  648. "_alignCanvasWithScreen": true,
  649. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  650. },
  651. {
  652. "__type__": "cc.Widget",
  653. "_name": "",
  654. "_objFlags": 0,
  655. "__editorExtras__": {},
  656. "node": {
  657. "__id__": 2
  658. },
  659. "_enabled": true,
  660. "__prefab": null,
  661. "_alignFlags": 45,
  662. "_target": null,
  663. "_left": 0,
  664. "_right": 0,
  665. "_top": 5.684341886080802e-14,
  666. "_bottom": 5.684341886080802e-14,
  667. "_horizontalCenter": 0,
  668. "_verticalCenter": 0,
  669. "_isAbsLeft": true,
  670. "_isAbsRight": true,
  671. "_isAbsTop": true,
  672. "_isAbsBottom": true,
  673. "_isAbsHorizontalCenter": true,
  674. "_isAbsVerticalCenter": true,
  675. "_originalWidth": 0,
  676. "_originalHeight": 0,
  677. "_alignMode": 2,
  678. "_lockFlags": 0,
  679. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  680. },
  681. {
  682. "__type__": "cc.SceneGlobals",
  683. "ambient": {
  684. "__id__": 22
  685. },
  686. "shadows": {
  687. "__id__": 23
  688. },
  689. "_skybox": {
  690. "__id__": 24
  691. },
  692. "fog": {
  693. "__id__": 25
  694. },
  695. "octree": {
  696. "__id__": 26
  697. },
  698. "skin": {
  699. "__id__": 27
  700. },
  701. "lightProbeInfo": {
  702. "__id__": 28
  703. },
  704. "postSettings": {
  705. "__id__": 29
  706. },
  707. "bakedWithStationaryMainLight": false,
  708. "bakedWithHighpLightmap": false
  709. },
  710. {
  711. "__type__": "cc.AmbientInfo",
  712. "_skyColorHDR": {
  713. "__type__": "cc.Vec4",
  714. "x": 0,
  715. "y": 0,
  716. "z": 0,
  717. "w": 0.520833125
  718. },
  719. "_skyColor": {
  720. "__type__": "cc.Vec4",
  721. "x": 0,
  722. "y": 0,
  723. "z": 0,
  724. "w": 0.520833125
  725. },
  726. "_skyIllumHDR": 20000,
  727. "_skyIllum": 20000,
  728. "_groundAlbedoHDR": {
  729. "__type__": "cc.Vec4",
  730. "x": 0,
  731. "y": 0,
  732. "z": 0,
  733. "w": 0
  734. },
  735. "_groundAlbedo": {
  736. "__type__": "cc.Vec4",
  737. "x": 0,
  738. "y": 0,
  739. "z": 0,
  740. "w": 0
  741. },
  742. "_skyColorLDR": {
  743. "__type__": "cc.Vec4",
  744. "x": 0.2,
  745. "y": 0.5,
  746. "z": 0.8,
  747. "w": 1
  748. },
  749. "_skyIllumLDR": 20000,
  750. "_groundAlbedoLDR": {
  751. "__type__": "cc.Vec4",
  752. "x": 0.2,
  753. "y": 0.2,
  754. "z": 0.2,
  755. "w": 1
  756. }
  757. },
  758. {
  759. "__type__": "cc.ShadowsInfo",
  760. "_enabled": false,
  761. "_type": 0,
  762. "_normal": {
  763. "__type__": "cc.Vec3",
  764. "x": 0,
  765. "y": 1,
  766. "z": 0
  767. },
  768. "_distance": 0,
  769. "_planeBias": 1,
  770. "_shadowColor": {
  771. "__type__": "cc.Color",
  772. "r": 76,
  773. "g": 76,
  774. "b": 76,
  775. "a": 255
  776. },
  777. "_maxReceived": 4,
  778. "_size": {
  779. "__type__": "cc.Vec2",
  780. "x": 512,
  781. "y": 512
  782. }
  783. },
  784. {
  785. "__type__": "cc.SkyboxInfo",
  786. "_envLightingType": 0,
  787. "_envmapHDR": null,
  788. "_envmap": null,
  789. "_envmapLDR": null,
  790. "_diffuseMapHDR": null,
  791. "_diffuseMapLDR": null,
  792. "_enabled": false,
  793. "_useHDR": true,
  794. "_editableMaterial": null,
  795. "_reflectionHDR": null,
  796. "_reflectionLDR": null,
  797. "_rotationAngle": 0
  798. },
  799. {
  800. "__type__": "cc.FogInfo",
  801. "_type": 0,
  802. "_fogColor": {
  803. "__type__": "cc.Color",
  804. "r": 200,
  805. "g": 200,
  806. "b": 200,
  807. "a": 255
  808. },
  809. "_enabled": false,
  810. "_fogDensity": 0.3,
  811. "_fogStart": 0.5,
  812. "_fogEnd": 300,
  813. "_fogAtten": 5,
  814. "_fogTop": 1.5,
  815. "_fogRange": 1.2,
  816. "_accurate": false
  817. },
  818. {
  819. "__type__": "cc.OctreeInfo",
  820. "_enabled": false,
  821. "_minPos": {
  822. "__type__": "cc.Vec3",
  823. "x": -1024,
  824. "y": -1024,
  825. "z": -1024
  826. },
  827. "_maxPos": {
  828. "__type__": "cc.Vec3",
  829. "x": 1024,
  830. "y": 1024,
  831. "z": 1024
  832. },
  833. "_depth": 8
  834. },
  835. {
  836. "__type__": "cc.SkinInfo",
  837. "_enabled": false,
  838. "_blurRadius": 0.01,
  839. "_sssIntensity": 3
  840. },
  841. {
  842. "__type__": "cc.LightProbeInfo",
  843. "_giScale": 1,
  844. "_giSamples": 1024,
  845. "_bounces": 2,
  846. "_reduceRinging": 0,
  847. "_showProbe": true,
  848. "_showWireframe": true,
  849. "_showConvex": false,
  850. "_data": null,
  851. "_lightProbeSphereVolume": 1
  852. },
  853. {
  854. "__type__": "cc.PostSettingsInfo",
  855. "_toneMappingType": 0
  856. }
  857. ]