e5efb64c-9936-43c1-b0c9-c1cf4fced520@7b718.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "enemy_weapon",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 7
  26. },
  27. {
  28. "__id__": 12
  29. },
  30. {
  31. "__id__": 17
  32. },
  33. {
  34. "__id__": 22
  35. }
  36. ],
  37. "_active": true,
  38. "_components": [],
  39. "_prefab": {
  40. "__id__": 57
  41. },
  42. "_lpos": {
  43. "__type__": "cc.Vec3",
  44. "x": 0,
  45. "y": 0,
  46. "z": 0
  47. },
  48. "_lrot": {
  49. "__type__": "cc.Quat",
  50. "x": 0,
  51. "y": 0,
  52. "z": 0,
  53. "w": 1
  54. },
  55. "_lscale": {
  56. "__type__": "cc.Vec3",
  57. "x": 1,
  58. "y": 1,
  59. "z": 1
  60. },
  61. "_mobility": 0,
  62. "_layer": 1073741824,
  63. "_euler": {
  64. "__type__": "cc.Vec3",
  65. "x": 0,
  66. "y": 0,
  67. "z": 0
  68. },
  69. "_id": ""
  70. },
  71. {
  72. "__type__": "cc.Node",
  73. "_name": "gun",
  74. "_objFlags": 0,
  75. "__editorExtras__": {},
  76. "_parent": {
  77. "__id__": 1
  78. },
  79. "_children": [],
  80. "_active": true,
  81. "_components": [
  82. {
  83. "__id__": 3
  84. }
  85. ],
  86. "_prefab": {
  87. "__id__": 6
  88. },
  89. "_lpos": {
  90. "__type__": "cc.Vec3",
  91. "x": 1.2552567720413208,
  92. "y": 0.39300546050071716,
  93. "z": 0.0003399892011657357
  94. },
  95. "_lrot": {
  96. "__type__": "cc.Quat",
  97. "x": -0.7071068407911908,
  98. "y": 0,
  99. "z": 0,
  100. "w": 0.7071067215818992
  101. },
  102. "_lscale": {
  103. "__type__": "cc.Vec3",
  104. "x": 100,
  105. "y": 100,
  106. "z": 100
  107. },
  108. "_mobility": 0,
  109. "_layer": 1073741824,
  110. "_euler": {
  111. "__type__": "cc.Vec3",
  112. "x": -90.00000965934633,
  113. "y": 0,
  114. "z": 0
  115. },
  116. "_id": ""
  117. },
  118. {
  119. "__type__": "cc.MeshRenderer",
  120. "_name": "",
  121. "_objFlags": 0,
  122. "__editorExtras__": {},
  123. "node": {
  124. "__id__": 2
  125. },
  126. "_enabled": true,
  127. "__prefab": {
  128. "__id__": 4
  129. },
  130. "_materials": [
  131. {
  132. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@55094",
  133. "__expectedType__": "cc.Material"
  134. }
  135. ],
  136. "_visFlags": 0,
  137. "bakeSettings": {
  138. "__id__": 5
  139. },
  140. "_mesh": {
  141. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@c42ea",
  142. "__expectedType__": "cc.Mesh"
  143. },
  144. "_shadowCastingMode": 1,
  145. "_shadowReceivingMode": 1,
  146. "_shadowBias": 0,
  147. "_shadowNormalBias": 0,
  148. "_reflectionProbeId": -1,
  149. "_reflectionProbeBlendId": -1,
  150. "_reflectionProbeBlendWeight": 0,
  151. "_enabledGlobalStandardSkinObject": false,
  152. "_enableMorph": true,
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.CompPrefabInfo",
  157. "fileId": "b3Cd69umdVp5C7ovbN7YDe"
  158. },
  159. {
  160. "__type__": "cc.ModelBakeSettings",
  161. "texture": null,
  162. "uvParam": {
  163. "__type__": "cc.Vec4",
  164. "x": 0,
  165. "y": 0,
  166. "z": 0,
  167. "w": 0
  168. },
  169. "_bakeable": false,
  170. "_castShadow": true,
  171. "_receiveShadow": true,
  172. "_recieveShadow": true,
  173. "_lightmapSize": 64,
  174. "_useLightProbe": false,
  175. "_bakeToLightProbe": true,
  176. "_reflectionProbeType": 0,
  177. "_bakeToReflectionProbe": true
  178. },
  179. {
  180. "__type__": "cc.PrefabInfo",
  181. "root": {
  182. "__id__": 1
  183. },
  184. "asset": {
  185. "__id__": 0
  186. },
  187. "fileId": "392JLISoRRfq6mIOrAImk5",
  188. "instance": null,
  189. "targetOverrides": null,
  190. "nestedPrefabInstanceRoots": null
  191. },
  192. {
  193. "__type__": "cc.Node",
  194. "_name": "Plane",
  195. "_objFlags": 0,
  196. "__editorExtras__": {},
  197. "_parent": {
  198. "__id__": 1
  199. },
  200. "_children": [],
  201. "_active": true,
  202. "_components": [
  203. {
  204. "__id__": 8
  205. }
  206. ],
  207. "_prefab": {
  208. "__id__": 11
  209. },
  210. "_lpos": {
  211. "__type__": "cc.Vec3",
  212. "x": -1.7161341905593872,
  213. "y": 0.3720507025718689,
  214. "z": 0.015555956400930882
  215. },
  216. "_lrot": {
  217. "__type__": "cc.Quat",
  218. "x": -0.7071068407911908,
  219. "y": 0,
  220. "z": 0,
  221. "w": 0.7071067215818992
  222. },
  223. "_lscale": {
  224. "__type__": "cc.Vec3",
  225. "x": 100,
  226. "y": 100,
  227. "z": 100
  228. },
  229. "_mobility": 0,
  230. "_layer": 1073741824,
  231. "_euler": {
  232. "__type__": "cc.Vec3",
  233. "x": -90.00000965934633,
  234. "y": 0,
  235. "z": 0
  236. },
  237. "_id": ""
  238. },
  239. {
  240. "__type__": "cc.MeshRenderer",
  241. "_name": "",
  242. "_objFlags": 0,
  243. "__editorExtras__": {},
  244. "node": {
  245. "__id__": 7
  246. },
  247. "_enabled": true,
  248. "__prefab": {
  249. "__id__": 9
  250. },
  251. "_materials": [
  252. {
  253. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@55094",
  254. "__expectedType__": "cc.Material"
  255. }
  256. ],
  257. "_visFlags": 0,
  258. "bakeSettings": {
  259. "__id__": 10
  260. },
  261. "_mesh": {
  262. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@778f5",
  263. "__expectedType__": "cc.Mesh"
  264. },
  265. "_shadowCastingMode": 1,
  266. "_shadowReceivingMode": 1,
  267. "_shadowBias": 0,
  268. "_shadowNormalBias": 0,
  269. "_reflectionProbeId": -1,
  270. "_reflectionProbeBlendId": -1,
  271. "_reflectionProbeBlendWeight": 0,
  272. "_enabledGlobalStandardSkinObject": false,
  273. "_enableMorph": true,
  274. "_id": ""
  275. },
  276. {
  277. "__type__": "cc.CompPrefabInfo",
  278. "fileId": "e5P7YbPaZQuKjYrfOPqaQ1"
  279. },
  280. {
  281. "__type__": "cc.ModelBakeSettings",
  282. "texture": null,
  283. "uvParam": {
  284. "__type__": "cc.Vec4",
  285. "x": 0,
  286. "y": 0,
  287. "z": 0,
  288. "w": 0
  289. },
  290. "_bakeable": false,
  291. "_castShadow": true,
  292. "_receiveShadow": true,
  293. "_recieveShadow": true,
  294. "_lightmapSize": 64,
  295. "_useLightProbe": false,
  296. "_bakeToLightProbe": true,
  297. "_reflectionProbeType": 0,
  298. "_bakeToReflectionProbe": true
  299. },
  300. {
  301. "__type__": "cc.PrefabInfo",
  302. "root": {
  303. "__id__": 1
  304. },
  305. "asset": {
  306. "__id__": 0
  307. },
  308. "fileId": "5d8iS2u0Fe8IK/XfaBG0I6",
  309. "instance": null,
  310. "targetOverrides": null,
  311. "nestedPrefabInstanceRoots": null
  312. },
  313. {
  314. "__type__": "cc.Node",
  315. "_name": "Plane.001",
  316. "_objFlags": 0,
  317. "__editorExtras__": {},
  318. "_parent": {
  319. "__id__": 1
  320. },
  321. "_children": [],
  322. "_active": true,
  323. "_components": [
  324. {
  325. "__id__": 13
  326. }
  327. ],
  328. "_prefab": {
  329. "__id__": 16
  330. },
  331. "_lpos": {
  332. "__type__": "cc.Vec3",
  333. "x": 3.5488650798797607,
  334. "y": 0.5743691921234131,
  335. "z": -0.03769885003566742
  336. },
  337. "_lrot": {
  338. "__type__": "cc.Quat",
  339. "x": -0.7071068407911908,
  340. "y": 0,
  341. "z": 0,
  342. "w": 0.7071067215818992
  343. },
  344. "_lscale": {
  345. "__type__": "cc.Vec3",
  346. "x": 100,
  347. "y": 100,
  348. "z": 100
  349. },
  350. "_mobility": 0,
  351. "_layer": 1073741824,
  352. "_euler": {
  353. "__type__": "cc.Vec3",
  354. "x": -90.00000965934633,
  355. "y": 0,
  356. "z": 0
  357. },
  358. "_id": ""
  359. },
  360. {
  361. "__type__": "cc.MeshRenderer",
  362. "_name": "",
  363. "_objFlags": 0,
  364. "__editorExtras__": {},
  365. "node": {
  366. "__id__": 12
  367. },
  368. "_enabled": true,
  369. "__prefab": {
  370. "__id__": 14
  371. },
  372. "_materials": [
  373. {
  374. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@55094",
  375. "__expectedType__": "cc.Material"
  376. }
  377. ],
  378. "_visFlags": 0,
  379. "bakeSettings": {
  380. "__id__": 15
  381. },
  382. "_mesh": {
  383. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@57f8b",
  384. "__expectedType__": "cc.Mesh"
  385. },
  386. "_shadowCastingMode": 1,
  387. "_shadowReceivingMode": 1,
  388. "_shadowBias": 0,
  389. "_shadowNormalBias": 0,
  390. "_reflectionProbeId": -1,
  391. "_reflectionProbeBlendId": -1,
  392. "_reflectionProbeBlendWeight": 0,
  393. "_enabledGlobalStandardSkinObject": false,
  394. "_enableMorph": true,
  395. "_id": ""
  396. },
  397. {
  398. "__type__": "cc.CompPrefabInfo",
  399. "fileId": "c07ni8cjRbdZ5abjrOXKHE"
  400. },
  401. {
  402. "__type__": "cc.ModelBakeSettings",
  403. "texture": null,
  404. "uvParam": {
  405. "__type__": "cc.Vec4",
  406. "x": 0,
  407. "y": 0,
  408. "z": 0,
  409. "w": 0
  410. },
  411. "_bakeable": false,
  412. "_castShadow": true,
  413. "_receiveShadow": true,
  414. "_recieveShadow": true,
  415. "_lightmapSize": 64,
  416. "_useLightProbe": false,
  417. "_bakeToLightProbe": true,
  418. "_reflectionProbeType": 0,
  419. "_bakeToReflectionProbe": true
  420. },
  421. {
  422. "__type__": "cc.PrefabInfo",
  423. "root": {
  424. "__id__": 1
  425. },
  426. "asset": {
  427. "__id__": 0
  428. },
  429. "fileId": "91pSyorMZQLJo2nbwl1tWt",
  430. "instance": null,
  431. "targetOverrides": null,
  432. "nestedPrefabInstanceRoots": null
  433. },
  434. {
  435. "__type__": "cc.Node",
  436. "_name": "Cube.001",
  437. "_objFlags": 0,
  438. "__editorExtras__": {},
  439. "_parent": {
  440. "__id__": 1
  441. },
  442. "_children": [],
  443. "_active": true,
  444. "_components": [
  445. {
  446. "__id__": 18
  447. }
  448. ],
  449. "_prefab": {
  450. "__id__": 21
  451. },
  452. "_lpos": {
  453. "__type__": "cc.Vec3",
  454. "x": 5.7400360107421875,
  455. "y": 0.42429500818252563,
  456. "z": 5.114249645998825e-8
  457. },
  458. "_lrot": {
  459. "__type__": "cc.Quat",
  460. "x": -5.3385074579091275e-8,
  461. "y": 0.7071068109888664,
  462. "z": 0.7071067513842232,
  463. "w": 5.338507813180486e-8
  464. },
  465. "_lscale": {
  466. "__type__": "cc.Vec3",
  467. "x": 100,
  468. "y": 100,
  469. "z": 100
  470. },
  471. "_mobility": 0,
  472. "_layer": 1073741824,
  473. "_euler": {
  474. "__type__": "cc.Vec3",
  475. "x": -89.99999517032703,
  476. "y": 179.99999134857805,
  477. "z": -7.675922024397464e-14
  478. },
  479. "_id": ""
  480. },
  481. {
  482. "__type__": "cc.MeshRenderer",
  483. "_name": "",
  484. "_objFlags": 0,
  485. "__editorExtras__": {},
  486. "node": {
  487. "__id__": 17
  488. },
  489. "_enabled": true,
  490. "__prefab": {
  491. "__id__": 19
  492. },
  493. "_materials": [
  494. {
  495. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@55094",
  496. "__expectedType__": "cc.Material"
  497. }
  498. ],
  499. "_visFlags": 0,
  500. "bakeSettings": {
  501. "__id__": 20
  502. },
  503. "_mesh": {
  504. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@41ac8",
  505. "__expectedType__": "cc.Mesh"
  506. },
  507. "_shadowCastingMode": 1,
  508. "_shadowReceivingMode": 1,
  509. "_shadowBias": 0,
  510. "_shadowNormalBias": 0,
  511. "_reflectionProbeId": -1,
  512. "_reflectionProbeBlendId": -1,
  513. "_reflectionProbeBlendWeight": 0,
  514. "_enabledGlobalStandardSkinObject": false,
  515. "_enableMorph": true,
  516. "_id": ""
  517. },
  518. {
  519. "__type__": "cc.CompPrefabInfo",
  520. "fileId": "68zA8jjYxV4bzxs580LauP"
  521. },
  522. {
  523. "__type__": "cc.ModelBakeSettings",
  524. "texture": null,
  525. "uvParam": {
  526. "__type__": "cc.Vec4",
  527. "x": 0,
  528. "y": 0,
  529. "z": 0,
  530. "w": 0
  531. },
  532. "_bakeable": false,
  533. "_castShadow": true,
  534. "_receiveShadow": true,
  535. "_recieveShadow": true,
  536. "_lightmapSize": 64,
  537. "_useLightProbe": false,
  538. "_bakeToLightProbe": true,
  539. "_reflectionProbeType": 0,
  540. "_bakeToReflectionProbe": true
  541. },
  542. {
  543. "__type__": "cc.PrefabInfo",
  544. "root": {
  545. "__id__": 1
  546. },
  547. "asset": {
  548. "__id__": 0
  549. },
  550. "fileId": "84PQhX45lWEZf2GUSJtE2A",
  551. "instance": null,
  552. "targetOverrides": null,
  553. "nestedPrefabInstanceRoots": null
  554. },
  555. {
  556. "__type__": "cc.Node",
  557. "_name": "Tanque.002",
  558. "_objFlags": 0,
  559. "__editorExtras__": {},
  560. "_parent": {
  561. "__id__": 1
  562. },
  563. "_children": [
  564. {
  565. "__id__": 23
  566. },
  567. {
  568. "__id__": 28
  569. },
  570. {
  571. "__id__": 33
  572. },
  573. {
  574. "__id__": 38
  575. },
  576. {
  577. "__id__": 43
  578. },
  579. {
  580. "__id__": 48
  581. }
  582. ],
  583. "_active": true,
  584. "_components": [
  585. {
  586. "__id__": 53
  587. }
  588. ],
  589. "_prefab": {
  590. "__id__": 56
  591. },
  592. "_lpos": {
  593. "__type__": "cc.Vec3",
  594. "x": 8.878702163696289,
  595. "y": 0.3960206210613251,
  596. "z": -0.13548153638839722
  597. },
  598. "_lrot": {
  599. "__type__": "cc.Quat",
  600. "x": -0.7071068407911908,
  601. "y": 0,
  602. "z": 0,
  603. "w": 0.7071067215818992
  604. },
  605. "_lscale": {
  606. "__type__": "cc.Vec3",
  607. "x": 100,
  608. "y": 100,
  609. "z": 100
  610. },
  611. "_mobility": 0,
  612. "_layer": 1073741824,
  613. "_euler": {
  614. "__type__": "cc.Vec3",
  615. "x": -90.00000965934633,
  616. "y": 0,
  617. "z": 0
  618. },
  619. "_id": ""
  620. },
  621. {
  622. "__type__": "cc.Node",
  623. "_name": "立方体.001",
  624. "_objFlags": 0,
  625. "__editorExtras__": {},
  626. "_parent": {
  627. "__id__": 22
  628. },
  629. "_children": [],
  630. "_active": true,
  631. "_components": [
  632. {
  633. "__id__": 24
  634. }
  635. ],
  636. "_prefab": {
  637. "__id__": 27
  638. },
  639. "_lpos": {
  640. "__type__": "cc.Vec3",
  641. "x": 0.006006898824125528,
  642. "y": 0.009414132684469223,
  643. "z": -0.003891187021508813
  644. },
  645. "_lrot": {
  646. "__type__": "cc.Quat",
  647. "x": -0.3901974864063865,
  648. "y": -8.664124671184637e-17,
  649. "z": 2.8838240254034396e-24,
  650. "w": 0.9207311885681606
  651. },
  652. "_lscale": {
  653. "__type__": "cc.Vec3",
  654. "x": 1,
  655. "y": 1.1724042892456055,
  656. "z": 1.1232770681381226
  657. },
  658. "_mobility": 0,
  659. "_layer": 1073741824,
  660. "_euler": {
  661. "__type__": "cc.Vec3",
  662. "x": -45.933576276879016,
  663. "y": -9.14134646487021e-15,
  664. "z": 3.874019678828441e-15
  665. },
  666. "_id": ""
  667. },
  668. {
  669. "__type__": "cc.MeshRenderer",
  670. "_name": "",
  671. "_objFlags": 0,
  672. "__editorExtras__": {},
  673. "node": {
  674. "__id__": 23
  675. },
  676. "_enabled": true,
  677. "__prefab": {
  678. "__id__": 25
  679. },
  680. "_materials": [
  681. {
  682. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  683. "__expectedType__": "cc.Material"
  684. }
  685. ],
  686. "_visFlags": 0,
  687. "bakeSettings": {
  688. "__id__": 26
  689. },
  690. "_mesh": {
  691. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5b587",
  692. "__expectedType__": "cc.Mesh"
  693. },
  694. "_shadowCastingMode": 1,
  695. "_shadowReceivingMode": 1,
  696. "_shadowBias": 0,
  697. "_shadowNormalBias": 0,
  698. "_reflectionProbeId": -1,
  699. "_reflectionProbeBlendId": -1,
  700. "_reflectionProbeBlendWeight": 0,
  701. "_enabledGlobalStandardSkinObject": false,
  702. "_enableMorph": true,
  703. "_id": ""
  704. },
  705. {
  706. "__type__": "cc.CompPrefabInfo",
  707. "fileId": "61SHmgjmtV1Jr2pHwsMs0j"
  708. },
  709. {
  710. "__type__": "cc.ModelBakeSettings",
  711. "texture": null,
  712. "uvParam": {
  713. "__type__": "cc.Vec4",
  714. "x": 0,
  715. "y": 0,
  716. "z": 0,
  717. "w": 0
  718. },
  719. "_bakeable": false,
  720. "_castShadow": true,
  721. "_receiveShadow": true,
  722. "_recieveShadow": true,
  723. "_lightmapSize": 64,
  724. "_useLightProbe": false,
  725. "_bakeToLightProbe": true,
  726. "_reflectionProbeType": 0,
  727. "_bakeToReflectionProbe": true
  728. },
  729. {
  730. "__type__": "cc.PrefabInfo",
  731. "root": {
  732. "__id__": 1
  733. },
  734. "asset": {
  735. "__id__": 0
  736. },
  737. "fileId": "7e4BbuYJtY8bU1Yf2Vvpsl",
  738. "instance": null,
  739. "targetOverrides": null,
  740. "nestedPrefabInstanceRoots": null
  741. },
  742. {
  743. "__type__": "cc.Node",
  744. "_name": "立方体",
  745. "_objFlags": 0,
  746. "__editorExtras__": {},
  747. "_parent": {
  748. "__id__": 22
  749. },
  750. "_children": [],
  751. "_active": true,
  752. "_components": [
  753. {
  754. "__id__": 29
  755. }
  756. ],
  757. "_prefab": {
  758. "__id__": 32
  759. },
  760. "_lpos": {
  761. "__type__": "cc.Vec3",
  762. "x": 0.0009945678757503629,
  763. "y": -0.009137626737356186,
  764. "z": -0.0032890825532376766
  765. },
  766. "_lrot": {
  767. "__type__": "cc.Quat",
  768. "x": -0.3934025695750737,
  769. "y": 0.1418953066121662,
  770. "z": -0.13817414400035155,
  771. "w": 0.8977795086450452
  772. },
  773. "_lscale": {
  774. "__type__": "cc.Vec3",
  775. "x": 1,
  776. "y": 1.1724042892456055,
  777. "z": 1.1232770681381226
  778. },
  779. "_mobility": 0,
  780. "_layer": 1073741824,
  781. "_euler": {
  782. "__type__": "cc.Vec3",
  783. "x": -45.64613723916451,
  784. "y": 9.006460796452867,
  785. "z": -21.08446192461956
  786. },
  787. "_id": ""
  788. },
  789. {
  790. "__type__": "cc.MeshRenderer",
  791. "_name": "",
  792. "_objFlags": 0,
  793. "__editorExtras__": {},
  794. "node": {
  795. "__id__": 28
  796. },
  797. "_enabled": true,
  798. "__prefab": {
  799. "__id__": 30
  800. },
  801. "_materials": [
  802. {
  803. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  804. "__expectedType__": "cc.Material"
  805. }
  806. ],
  807. "_visFlags": 0,
  808. "bakeSettings": {
  809. "__id__": 31
  810. },
  811. "_mesh": {
  812. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@07d75",
  813. "__expectedType__": "cc.Mesh"
  814. },
  815. "_shadowCastingMode": 1,
  816. "_shadowReceivingMode": 1,
  817. "_shadowBias": 0,
  818. "_shadowNormalBias": 0,
  819. "_reflectionProbeId": -1,
  820. "_reflectionProbeBlendId": -1,
  821. "_reflectionProbeBlendWeight": 0,
  822. "_enabledGlobalStandardSkinObject": false,
  823. "_enableMorph": true,
  824. "_id": ""
  825. },
  826. {
  827. "__type__": "cc.CompPrefabInfo",
  828. "fileId": "b1C7gOKV1f+LiE9CSVgY53"
  829. },
  830. {
  831. "__type__": "cc.ModelBakeSettings",
  832. "texture": null,
  833. "uvParam": {
  834. "__type__": "cc.Vec4",
  835. "x": 0,
  836. "y": 0,
  837. "z": 0,
  838. "w": 0
  839. },
  840. "_bakeable": false,
  841. "_castShadow": true,
  842. "_receiveShadow": true,
  843. "_recieveShadow": true,
  844. "_lightmapSize": 64,
  845. "_useLightProbe": false,
  846. "_bakeToLightProbe": true,
  847. "_reflectionProbeType": 0,
  848. "_bakeToReflectionProbe": true
  849. },
  850. {
  851. "__type__": "cc.PrefabInfo",
  852. "root": {
  853. "__id__": 1
  854. },
  855. "asset": {
  856. "__id__": 0
  857. },
  858. "fileId": "20UTJoGN1X24l2EEyyivZu",
  859. "instance": null,
  860. "targetOverrides": null,
  861. "nestedPrefabInstanceRoots": null
  862. },
  863. {
  864. "__type__": "cc.Node",
  865. "_name": "柱体.001",
  866. "_objFlags": 0,
  867. "__editorExtras__": {},
  868. "_parent": {
  869. "__id__": 22
  870. },
  871. "_children": [],
  872. "_active": true,
  873. "_components": [
  874. {
  875. "__id__": 34
  876. }
  877. ],
  878. "_prefab": {
  879. "__id__": 37
  880. },
  881. "_lpos": {
  882. "__type__": "cc.Vec3",
  883. "x": 0.005918330978602171,
  884. "y": 0.009303436614573002,
  885. "z": -0.0038802248891443014
  886. },
  887. "_lrot": {
  888. "__type__": "cc.Quat",
  889. "x": -0.39019753693597936,
  890. "y": -8.664124469678033e-17,
  891. "z": -2.280396654716627e-24,
  892. "w": 0.920731167154178
  893. },
  894. "_lscale": {
  895. "__type__": "cc.Vec3",
  896. "x": 1,
  897. "y": 0.9999999403953552,
  898. "z": 0.9999999403953552
  899. },
  900. "_mobility": 0,
  901. "_layer": 1073741824,
  902. "_euler": {
  903. "__type__": "cc.Vec3",
  904. "x": -45.933582565647065,
  905. "y": -9.14134627056851e-15,
  906. "z": 3.874019545537157e-15
  907. },
  908. "_id": ""
  909. },
  910. {
  911. "__type__": "cc.MeshRenderer",
  912. "_name": "",
  913. "_objFlags": 0,
  914. "__editorExtras__": {},
  915. "node": {
  916. "__id__": 33
  917. },
  918. "_enabled": true,
  919. "__prefab": {
  920. "__id__": 35
  921. },
  922. "_materials": [
  923. {
  924. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  925. "__expectedType__": "cc.Material"
  926. }
  927. ],
  928. "_visFlags": 0,
  929. "bakeSettings": {
  930. "__id__": 36
  931. },
  932. "_mesh": {
  933. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@9d07e",
  934. "__expectedType__": "cc.Mesh"
  935. },
  936. "_shadowCastingMode": 1,
  937. "_shadowReceivingMode": 1,
  938. "_shadowBias": 0,
  939. "_shadowNormalBias": 0,
  940. "_reflectionProbeId": -1,
  941. "_reflectionProbeBlendId": -1,
  942. "_reflectionProbeBlendWeight": 0,
  943. "_enabledGlobalStandardSkinObject": false,
  944. "_enableMorph": true,
  945. "_id": ""
  946. },
  947. {
  948. "__type__": "cc.CompPrefabInfo",
  949. "fileId": "04O4GY8/hbc7XkocROj9hi"
  950. },
  951. {
  952. "__type__": "cc.ModelBakeSettings",
  953. "texture": null,
  954. "uvParam": {
  955. "__type__": "cc.Vec4",
  956. "x": 0,
  957. "y": 0,
  958. "z": 0,
  959. "w": 0
  960. },
  961. "_bakeable": false,
  962. "_castShadow": true,
  963. "_receiveShadow": true,
  964. "_recieveShadow": true,
  965. "_lightmapSize": 64,
  966. "_useLightProbe": false,
  967. "_bakeToLightProbe": true,
  968. "_reflectionProbeType": 0,
  969. "_bakeToReflectionProbe": true
  970. },
  971. {
  972. "__type__": "cc.PrefabInfo",
  973. "root": {
  974. "__id__": 1
  975. },
  976. "asset": {
  977. "__id__": 0
  978. },
  979. "fileId": "19VjBD021baaquqRrko66G",
  980. "instance": null,
  981. "targetOverrides": null,
  982. "nestedPrefabInstanceRoots": null
  983. },
  984. {
  985. "__type__": "cc.Node",
  986. "_name": "柱体",
  987. "_objFlags": 0,
  988. "__editorExtras__": {},
  989. "_parent": {
  990. "__id__": 22
  991. },
  992. "_children": [],
  993. "_active": true,
  994. "_components": [
  995. {
  996. "__id__": 39
  997. }
  998. ],
  999. "_prefab": {
  1000. "__id__": 42
  1001. },
  1002. "_lpos": {
  1003. "__type__": "cc.Vec3",
  1004. "x": 0.005771446041762829,
  1005. "y": -0.00966718140989542,
  1006. "z": -0.004631329793483019
  1007. },
  1008. "_lrot": {
  1009. "__type__": "cc.Quat",
  1010. "x": -0.07371199274082847,
  1011. "y": 0.1395710435777556,
  1012. "z": -0.043357853687935904,
  1013. "w": 0.9865123225000122
  1014. },
  1015. "_lscale": {
  1016. "__type__": "cc.Vec3",
  1017. "x": 1,
  1018. "y": 0.9999999403953552,
  1019. "z": 0.9999999403953552
  1020. },
  1021. "_mobility": 0,
  1022. "_layer": 1073741824,
  1023. "_euler": {
  1024. "__type__": "cc.Vec3",
  1025. "x": -7.705988952407571,
  1026. "y": 15.694776646863437,
  1027. "z": -6.091827070216024
  1028. },
  1029. "_id": ""
  1030. },
  1031. {
  1032. "__type__": "cc.MeshRenderer",
  1033. "_name": "",
  1034. "_objFlags": 0,
  1035. "__editorExtras__": {},
  1036. "node": {
  1037. "__id__": 38
  1038. },
  1039. "_enabled": true,
  1040. "__prefab": {
  1041. "__id__": 40
  1042. },
  1043. "_materials": [
  1044. {
  1045. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  1046. "__expectedType__": "cc.Material"
  1047. }
  1048. ],
  1049. "_visFlags": 0,
  1050. "bakeSettings": {
  1051. "__id__": 41
  1052. },
  1053. "_mesh": {
  1054. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@49b7c",
  1055. "__expectedType__": "cc.Mesh"
  1056. },
  1057. "_shadowCastingMode": 1,
  1058. "_shadowReceivingMode": 1,
  1059. "_shadowBias": 0,
  1060. "_shadowNormalBias": 0,
  1061. "_reflectionProbeId": -1,
  1062. "_reflectionProbeBlendId": -1,
  1063. "_reflectionProbeBlendWeight": 0,
  1064. "_enabledGlobalStandardSkinObject": false,
  1065. "_enableMorph": true,
  1066. "_id": ""
  1067. },
  1068. {
  1069. "__type__": "cc.CompPrefabInfo",
  1070. "fileId": "73ses/l1tdBYLZjuvaY0tw"
  1071. },
  1072. {
  1073. "__type__": "cc.ModelBakeSettings",
  1074. "texture": null,
  1075. "uvParam": {
  1076. "__type__": "cc.Vec4",
  1077. "x": 0,
  1078. "y": 0,
  1079. "z": 0,
  1080. "w": 0
  1081. },
  1082. "_bakeable": false,
  1083. "_castShadow": true,
  1084. "_receiveShadow": true,
  1085. "_recieveShadow": true,
  1086. "_lightmapSize": 64,
  1087. "_useLightProbe": false,
  1088. "_bakeToLightProbe": true,
  1089. "_reflectionProbeType": 0,
  1090. "_bakeToReflectionProbe": true
  1091. },
  1092. {
  1093. "__type__": "cc.PrefabInfo",
  1094. "root": {
  1095. "__id__": 1
  1096. },
  1097. "asset": {
  1098. "__id__": 0
  1099. },
  1100. "fileId": "062WbPsL9T5pCDpUkjw4OD",
  1101. "instance": null,
  1102. "targetOverrides": null,
  1103. "nestedPrefabInstanceRoots": null
  1104. },
  1105. {
  1106. "__type__": "cc.Node",
  1107. "_name": "Tanque.001",
  1108. "_objFlags": 0,
  1109. "__editorExtras__": {},
  1110. "_parent": {
  1111. "__id__": 22
  1112. },
  1113. "_children": [],
  1114. "_active": true,
  1115. "_components": [
  1116. {
  1117. "__id__": 44
  1118. }
  1119. ],
  1120. "_prefab": {
  1121. "__id__": 47
  1122. },
  1123. "_lpos": {
  1124. "__type__": "cc.Vec3",
  1125. "x": 0.005937661975622177,
  1126. "y": -0.0002552080259192735,
  1127. "z": 0.004048611037433147
  1128. },
  1129. "_lrot": {
  1130. "__type__": "cc.Quat",
  1131. "x": -0.12211089270096585,
  1132. "y": 0.17559253722031312,
  1133. "z": -0.5706765506287016,
  1134. "w": 0.792833188835352
  1135. },
  1136. "_lscale": {
  1137. "__type__": "cc.Vec3",
  1138. "x": 1,
  1139. "y": 1,
  1140. "z": 1
  1141. },
  1142. "_mobility": 0,
  1143. "_layer": 1073741824,
  1144. "_euler": {
  1145. "__type__": "cc.Vec3",
  1146. "x": 1.2192774429121673,
  1147. "y": 25.852187068582182,
  1148. "z": -71.40318548687773
  1149. },
  1150. "_id": ""
  1151. },
  1152. {
  1153. "__type__": "cc.MeshRenderer",
  1154. "_name": "",
  1155. "_objFlags": 0,
  1156. "__editorExtras__": {},
  1157. "node": {
  1158. "__id__": 43
  1159. },
  1160. "_enabled": true,
  1161. "__prefab": {
  1162. "__id__": 45
  1163. },
  1164. "_materials": [
  1165. {
  1166. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  1167. "__expectedType__": "cc.Material"
  1168. }
  1169. ],
  1170. "_visFlags": 0,
  1171. "bakeSettings": {
  1172. "__id__": 46
  1173. },
  1174. "_mesh": {
  1175. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@1650e",
  1176. "__expectedType__": "cc.Mesh"
  1177. },
  1178. "_shadowCastingMode": 1,
  1179. "_shadowReceivingMode": 1,
  1180. "_shadowBias": 0,
  1181. "_shadowNormalBias": 0,
  1182. "_reflectionProbeId": -1,
  1183. "_reflectionProbeBlendId": -1,
  1184. "_reflectionProbeBlendWeight": 0,
  1185. "_enabledGlobalStandardSkinObject": false,
  1186. "_enableMorph": true,
  1187. "_id": ""
  1188. },
  1189. {
  1190. "__type__": "cc.CompPrefabInfo",
  1191. "fileId": "3fPEgbSZNSrok8i+HHTRYL"
  1192. },
  1193. {
  1194. "__type__": "cc.ModelBakeSettings",
  1195. "texture": null,
  1196. "uvParam": {
  1197. "__type__": "cc.Vec4",
  1198. "x": 0,
  1199. "y": 0,
  1200. "z": 0,
  1201. "w": 0
  1202. },
  1203. "_bakeable": false,
  1204. "_castShadow": true,
  1205. "_receiveShadow": true,
  1206. "_recieveShadow": true,
  1207. "_lightmapSize": 64,
  1208. "_useLightProbe": false,
  1209. "_bakeToLightProbe": true,
  1210. "_reflectionProbeType": 0,
  1211. "_bakeToReflectionProbe": true
  1212. },
  1213. {
  1214. "__type__": "cc.PrefabInfo",
  1215. "root": {
  1216. "__id__": 1
  1217. },
  1218. "asset": {
  1219. "__id__": 0
  1220. },
  1221. "fileId": "9b6PJ3ZR9U2Ld/ql2PvW8+",
  1222. "instance": null,
  1223. "targetOverrides": null,
  1224. "nestedPrefabInstanceRoots": null
  1225. },
  1226. {
  1227. "__type__": "cc.Node",
  1228. "_name": "Tanque.003",
  1229. "_objFlags": 0,
  1230. "__editorExtras__": {},
  1231. "_parent": {
  1232. "__id__": 22
  1233. },
  1234. "_children": [],
  1235. "_active": true,
  1236. "_components": [
  1237. {
  1238. "__id__": 49
  1239. }
  1240. ],
  1241. "_prefab": {
  1242. "__id__": 52
  1243. },
  1244. "_lpos": {
  1245. "__type__": "cc.Vec3",
  1246. "x": 0.012313375249505043,
  1247. "y": -0.01998581364750862,
  1248. "z": -0.008174044080078602
  1249. },
  1250. "_lrot": {
  1251. "__type__": "cc.Quat",
  1252. "x": -0.2006404823122634,
  1253. "y": 0.11775141069780798,
  1254. "z": -0.5853537251702561,
  1255. "w": 0.7766846326312133
  1256. },
  1257. "_lscale": {
  1258. "__type__": "cc.Vec3",
  1259. "x": 1,
  1260. "y": 1,
  1261. "z": 1
  1262. },
  1263. "_mobility": 0,
  1264. "_layer": 1073741824,
  1265. "_euler": {
  1266. "__type__": "cc.Vec3",
  1267. "x": -36.58067722393873,
  1268. "y": -10.266124958730321,
  1269. "z": -73.04260249048858
  1270. },
  1271. "_id": ""
  1272. },
  1273. {
  1274. "__type__": "cc.MeshRenderer",
  1275. "_name": "",
  1276. "_objFlags": 0,
  1277. "__editorExtras__": {},
  1278. "node": {
  1279. "__id__": 48
  1280. },
  1281. "_enabled": true,
  1282. "__prefab": {
  1283. "__id__": 50
  1284. },
  1285. "_materials": [
  1286. {
  1287. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  1288. "__expectedType__": "cc.Material"
  1289. }
  1290. ],
  1291. "_visFlags": 0,
  1292. "bakeSettings": {
  1293. "__id__": 51
  1294. },
  1295. "_mesh": {
  1296. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@decb0",
  1297. "__expectedType__": "cc.Mesh"
  1298. },
  1299. "_shadowCastingMode": 1,
  1300. "_shadowReceivingMode": 1,
  1301. "_shadowBias": 0,
  1302. "_shadowNormalBias": 0,
  1303. "_reflectionProbeId": -1,
  1304. "_reflectionProbeBlendId": -1,
  1305. "_reflectionProbeBlendWeight": 0,
  1306. "_enabledGlobalStandardSkinObject": false,
  1307. "_enableMorph": true,
  1308. "_id": ""
  1309. },
  1310. {
  1311. "__type__": "cc.CompPrefabInfo",
  1312. "fileId": "177nC6bZ5csZfOIK0uEH8H"
  1313. },
  1314. {
  1315. "__type__": "cc.ModelBakeSettings",
  1316. "texture": null,
  1317. "uvParam": {
  1318. "__type__": "cc.Vec4",
  1319. "x": 0,
  1320. "y": 0,
  1321. "z": 0,
  1322. "w": 0
  1323. },
  1324. "_bakeable": false,
  1325. "_castShadow": true,
  1326. "_receiveShadow": true,
  1327. "_recieveShadow": true,
  1328. "_lightmapSize": 64,
  1329. "_useLightProbe": false,
  1330. "_bakeToLightProbe": true,
  1331. "_reflectionProbeType": 0,
  1332. "_bakeToReflectionProbe": true
  1333. },
  1334. {
  1335. "__type__": "cc.PrefabInfo",
  1336. "root": {
  1337. "__id__": 1
  1338. },
  1339. "asset": {
  1340. "__id__": 0
  1341. },
  1342. "fileId": "143HiHokFV6qASonuMoB/J",
  1343. "instance": null,
  1344. "targetOverrides": null,
  1345. "nestedPrefabInstanceRoots": null
  1346. },
  1347. {
  1348. "__type__": "cc.MeshRenderer",
  1349. "_name": "",
  1350. "_objFlags": 0,
  1351. "__editorExtras__": {},
  1352. "node": {
  1353. "__id__": 22
  1354. },
  1355. "_enabled": true,
  1356. "__prefab": {
  1357. "__id__": 54
  1358. },
  1359. "_materials": [
  1360. {
  1361. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@5e2b8",
  1362. "__expectedType__": "cc.Material"
  1363. }
  1364. ],
  1365. "_visFlags": 0,
  1366. "bakeSettings": {
  1367. "__id__": 55
  1368. },
  1369. "_mesh": {
  1370. "__uuid__": "e5efb64c-9936-43c1-b0c9-c1cf4fced520@cbd6c",
  1371. "__expectedType__": "cc.Mesh"
  1372. },
  1373. "_shadowCastingMode": 1,
  1374. "_shadowReceivingMode": 1,
  1375. "_shadowBias": 0,
  1376. "_shadowNormalBias": 0,
  1377. "_reflectionProbeId": -1,
  1378. "_reflectionProbeBlendId": -1,
  1379. "_reflectionProbeBlendWeight": 0,
  1380. "_enabledGlobalStandardSkinObject": false,
  1381. "_enableMorph": true,
  1382. "_id": ""
  1383. },
  1384. {
  1385. "__type__": "cc.CompPrefabInfo",
  1386. "fileId": "38XQbm+8NaArIoYhRAn3dA"
  1387. },
  1388. {
  1389. "__type__": "cc.ModelBakeSettings",
  1390. "texture": null,
  1391. "uvParam": {
  1392. "__type__": "cc.Vec4",
  1393. "x": 0,
  1394. "y": 0,
  1395. "z": 0,
  1396. "w": 0
  1397. },
  1398. "_bakeable": false,
  1399. "_castShadow": true,
  1400. "_receiveShadow": true,
  1401. "_recieveShadow": true,
  1402. "_lightmapSize": 64,
  1403. "_useLightProbe": false,
  1404. "_bakeToLightProbe": true,
  1405. "_reflectionProbeType": 0,
  1406. "_bakeToReflectionProbe": true
  1407. },
  1408. {
  1409. "__type__": "cc.PrefabInfo",
  1410. "root": {
  1411. "__id__": 1
  1412. },
  1413. "asset": {
  1414. "__id__": 0
  1415. },
  1416. "fileId": "cbVdFgkKdWNKX960Wl+HF4",
  1417. "instance": null,
  1418. "targetOverrides": null,
  1419. "nestedPrefabInstanceRoots": null
  1420. },
  1421. {
  1422. "__type__": "cc.PrefabInfo",
  1423. "root": {
  1424. "__id__": 1
  1425. },
  1426. "asset": {
  1427. "__id__": 0
  1428. },
  1429. "fileId": "f7rjCNQEdb94N1C1DfDOci",
  1430. "instance": null,
  1431. "targetOverrides": null,
  1432. "nestedPrefabInstanceRoots": null
  1433. }
  1434. ]