main.scene 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "main",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_name": "main",
  14. "_objFlags": 0,
  15. "_parent": null,
  16. "_children": [
  17. {
  18. "__id__": 2
  19. }
  20. ],
  21. "_active": true,
  22. "_components": [],
  23. "_prefab": {
  24. "__id__": 13
  25. },
  26. "autoReleaseAssets": false,
  27. "_globals": {
  28. "__id__": 14
  29. },
  30. "_id": "eeec5720-7028-48a1-9aec-e9bb18f4abbc"
  31. },
  32. {
  33. "__type__": "cc.Node",
  34. "_name": "Canvas",
  35. "_objFlags": 0,
  36. "_parent": {
  37. "__id__": 1
  38. },
  39. "_children": [
  40. {
  41. "__id__": 3
  42. }
  43. ],
  44. "_active": true,
  45. "_components": [
  46. {
  47. "__id__": 5
  48. },
  49. {
  50. "__id__": 7
  51. },
  52. {
  53. "__id__": 9
  54. },
  55. {
  56. "__id__": 11
  57. },
  58. {
  59. "__id__": 12
  60. }
  61. ],
  62. "_prefab": null,
  63. "_lpos": {
  64. "__type__": "cc.Vec3",
  65. "x": 375,
  66. "y": 667,
  67. "z": 0
  68. },
  69. "_lrot": {
  70. "__type__": "cc.Quat",
  71. "x": 0,
  72. "y": 0,
  73. "z": 0,
  74. "w": 1
  75. },
  76. "_lscale": {
  77. "__type__": "cc.Vec3",
  78. "x": 1,
  79. "y": 1,
  80. "z": 1
  81. },
  82. "_layer": 33554432,
  83. "_euler": {
  84. "__type__": "cc.Vec3",
  85. "x": 0,
  86. "y": 0,
  87. "z": 0
  88. },
  89. "_id": "a45e9P80RGMqV1EskkpNZa"
  90. },
  91. {
  92. "__type__": "cc.Node",
  93. "_name": "CameraUI",
  94. "_objFlags": 0,
  95. "_parent": {
  96. "__id__": 2
  97. },
  98. "_children": [],
  99. "_active": true,
  100. "_components": [
  101. {
  102. "__id__": 4
  103. }
  104. ],
  105. "_prefab": null,
  106. "_lpos": {
  107. "__type__": "cc.Vec3",
  108. "x": 0,
  109. "y": 0,
  110. "z": 1000
  111. },
  112. "_lrot": {
  113. "__type__": "cc.Quat",
  114. "x": 0,
  115. "y": 0,
  116. "z": 0,
  117. "w": 1
  118. },
  119. "_lscale": {
  120. "__type__": "cc.Vec3",
  121. "x": 1,
  122. "y": 1,
  123. "z": 1
  124. },
  125. "_layer": 33554432,
  126. "_euler": {
  127. "__type__": "cc.Vec3",
  128. "x": 0,
  129. "y": 0,
  130. "z": 0
  131. },
  132. "_id": "d2MvxKNj9Nk6MWdb66fB5K"
  133. },
  134. {
  135. "__type__": "cc.Camera",
  136. "_name": "",
  137. "_objFlags": 0,
  138. "node": {
  139. "__id__": 3
  140. },
  141. "_enabled": true,
  142. "__prefab": null,
  143. "_projection": 0,
  144. "_priority": 2,
  145. "_fov": 45,
  146. "_fovAxis": 0,
  147. "_orthoHeight": 667,
  148. "_near": 1,
  149. "_far": 2000,
  150. "_color": {
  151. "__type__": "cc.Color",
  152. "r": 255,
  153. "g": 255,
  154. "b": 255,
  155. "a": 255
  156. },
  157. "_depth": 1,
  158. "_stencil": 0,
  159. "_clearFlags": 6,
  160. "_rect": {
  161. "__type__": "cc.Rect",
  162. "x": 0,
  163. "y": 0,
  164. "width": 1,
  165. "height": 1
  166. },
  167. "_aperture": 19,
  168. "_shutter": 7,
  169. "_iso": 0,
  170. "_screenScale": 1,
  171. "_visibility": 33554432,
  172. "_targetTexture": null,
  173. "_id": "676kWcsNZAQJb17aO7ufYD"
  174. },
  175. {
  176. "__type__": "cc.UITransform",
  177. "_name": "",
  178. "_objFlags": 0,
  179. "node": {
  180. "__id__": 2
  181. },
  182. "_enabled": true,
  183. "__prefab": {
  184. "__id__": 6
  185. },
  186. "_contentSize": {
  187. "__type__": "cc.Size",
  188. "width": 750,
  189. "height": 1334
  190. },
  191. "_anchorPoint": {
  192. "__type__": "cc.Vec2",
  193. "x": 0.5,
  194. "y": 0.5
  195. },
  196. "_id": "facByyrBFOgIFddp/JE7jI"
  197. },
  198. {
  199. "__type__": "cc.CompPrefabInfo",
  200. "fileId": "0dngp/9gNO34wUQjZfN/CX"
  201. },
  202. {
  203. "__type__": "cc.Canvas",
  204. "_name": "",
  205. "_objFlags": 0,
  206. "node": {
  207. "__id__": 2
  208. },
  209. "_enabled": true,
  210. "__prefab": {
  211. "__id__": 8
  212. },
  213. "_cameraComponent": {
  214. "__id__": 4
  215. },
  216. "_alignCanvasWithScreen": true,
  217. "_id": "bfXfA5y6ZDFKzuONXCAaPU"
  218. },
  219. {
  220. "__type__": "cc.CompPrefabInfo",
  221. "fileId": "3f2oTdCepERZdpmIfLsrhd"
  222. },
  223. {
  224. "__type__": "cc.Widget",
  225. "_name": "",
  226. "_objFlags": 0,
  227. "node": {
  228. "__id__": 2
  229. },
  230. "_enabled": true,
  231. "__prefab": {
  232. "__id__": 10
  233. },
  234. "_alignFlags": 45,
  235. "_target": null,
  236. "_left": 0,
  237. "_right": 0,
  238. "_top": 0,
  239. "_bottom": 0,
  240. "_horizontalCenter": 0,
  241. "_verticalCenter": 0,
  242. "_isAbsLeft": true,
  243. "_isAbsRight": true,
  244. "_isAbsTop": true,
  245. "_isAbsBottom": true,
  246. "_isAbsHorizontalCenter": true,
  247. "_isAbsVerticalCenter": true,
  248. "_originalWidth": 0,
  249. "_originalHeight": 0,
  250. "_alignMode": 2,
  251. "_lockFlags": 0,
  252. "_id": "967tmp1tNFlZZ3Rmvd69cF"
  253. },
  254. {
  255. "__type__": "cc.CompPrefabInfo",
  256. "fileId": "e8a+bU/8dPDbbJguUzLdoF"
  257. },
  258. {
  259. "__type__": "7675d1ZGjVAxpV2MDKewYUv",
  260. "_name": "",
  261. "_objFlags": 0,
  262. "node": {
  263. "__id__": 2
  264. },
  265. "_enabled": true,
  266. "__prefab": null,
  267. "_id": "38L+F3jSBOfJGFS9LU2xlJ"
  268. },
  269. {
  270. "__type__": "cc.AudioSource",
  271. "_name": "",
  272. "_objFlags": 0,
  273. "node": {
  274. "__id__": 2
  275. },
  276. "_enabled": true,
  277. "__prefab": null,
  278. "_clip": null,
  279. "_loop": false,
  280. "_playOnAwake": false,
  281. "_volume": 1,
  282. "_id": "6fNVrFsCdMGZtoc3x7I8YB"
  283. },
  284. {
  285. "__type__": "cc.PrefabInfo",
  286. "fileId": "eeec5720-7028-48a1-9aec-e9bb18f4abbc"
  287. },
  288. {
  289. "__type__": "cc.SceneGlobals",
  290. "ambient": {
  291. "__id__": 15
  292. },
  293. "shadows": {
  294. "__id__": 16
  295. },
  296. "_skybox": {
  297. "__id__": 17
  298. },
  299. "fog": {
  300. "__id__": 18
  301. },
  302. "octree": {
  303. "__id__": 19
  304. }
  305. },
  306. {
  307. "__type__": "cc.AmbientInfo",
  308. "_skyColorHDR": {
  309. "__type__": "cc.Vec4",
  310. "x": 1,
  311. "y": 1,
  312. "z": 1,
  313. "w": 1.3020828125
  314. },
  315. "_skyColor": {
  316. "__type__": "cc.Vec4",
  317. "x": 1,
  318. "y": 1,
  319. "z": 1,
  320. "w": 1.3020828125
  321. },
  322. "_skyIllumHDR": 50000,
  323. "_skyIllum": 50000,
  324. "_groundAlbedoHDR": {
  325. "__type__": "cc.Vec4",
  326. "x": 0.2,
  327. "y": 0.2,
  328. "z": 0.2,
  329. "w": 1
  330. },
  331. "_groundAlbedo": {
  332. "__type__": "cc.Vec4",
  333. "x": 0.2,
  334. "y": 0.2,
  335. "z": 0.2,
  336. "w": 1
  337. },
  338. "_skyColorLDR": {
  339. "__type__": "cc.Vec4",
  340. "x": 1,
  341. "y": 1,
  342. "z": 1,
  343. "w": 0.520833125
  344. },
  345. "_skyIllumLDR": 1.9531250000000002,
  346. "_groundAlbedoLDR": {
  347. "__type__": "cc.Vec4",
  348. "x": 0.2,
  349. "y": 0.2,
  350. "z": 0.2,
  351. "w": 1
  352. }
  353. },
  354. {
  355. "__type__": "cc.ShadowsInfo",
  356. "_enabled": true,
  357. "_type": 0,
  358. "_normal": {
  359. "__type__": "cc.Vec3",
  360. "x": 0,
  361. "y": 1,
  362. "z": 0
  363. },
  364. "_distance": 0,
  365. "_shadowColor": {
  366. "__type__": "cc.Color",
  367. "r": 0,
  368. "g": 0,
  369. "b": 0,
  370. "a": 65
  371. },
  372. "_maxReceived": 4,
  373. "_size": {
  374. "__type__": "cc.Vec2",
  375. "x": 512,
  376. "y": 512
  377. }
  378. },
  379. {
  380. "__type__": "cc.SkyboxInfo",
  381. "_envLightingType": 0,
  382. "_envmapHDR": null,
  383. "_envmap": null,
  384. "_envmapLDR": null,
  385. "_diffuseMapHDR": null,
  386. "_diffuseMapLDR": null,
  387. "_enabled": false,
  388. "_useHDR": true,
  389. "_editableMaterial": null,
  390. "_reflectionHDR": null,
  391. "_reflectionLDR": null
  392. },
  393. {
  394. "__type__": "cc.FogInfo",
  395. "_type": 0,
  396. "_fogColor": {
  397. "__type__": "cc.Color",
  398. "r": 225,
  399. "g": 225,
  400. "b": 225,
  401. "a": 255
  402. },
  403. "_enabled": false,
  404. "_fogDensity": 0.3,
  405. "_fogStart": 0.5,
  406. "_fogEnd": 300,
  407. "_fogAtten": 5,
  408. "_fogTop": 1.5,
  409. "_fogRange": 1.2,
  410. "_accurate": false
  411. },
  412. {
  413. "__type__": "cc.OctreeInfo",
  414. "_enabled": false,
  415. "_minPos": {
  416. "__type__": "cc.Vec3",
  417. "x": -1024,
  418. "y": -1024,
  419. "z": -1024
  420. },
  421. "_maxPos": {
  422. "__type__": "cc.Vec3",
  423. "x": 1024,
  424. "y": 1024,
  425. "z": 1024
  426. },
  427. "_depth": 8
  428. }
  429. ]