TestScene.scene 17 KB

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