ed88f13d-fcad-4848-aa35-65a2cb973584.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "3d-stage",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "New 3D Stage",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 11
  31. }
  32. ],
  33. "_active": true,
  34. "_components": [],
  35. "_prefab": {
  36. "__id__": 14
  37. },
  38. "_opacity": 255,
  39. "_color": {
  40. "__type__": "cc.Color",
  41. "r": 255,
  42. "g": 255,
  43. "b": 255,
  44. "a": 255
  45. },
  46. "_contentSize": {
  47. "__type__": "cc.Size",
  48. "width": 0,
  49. "height": 0
  50. },
  51. "_anchorPoint": {
  52. "__type__": "cc.Vec2",
  53. "x": 0.5,
  54. "y": 0.5
  55. },
  56. "_trs": {
  57. "__type__": "TypedArray",
  58. "ctor": "Float64Array",
  59. "array": [
  60. 0,
  61. 0,
  62. 0,
  63. 0,
  64. 0,
  65. 0,
  66. 1,
  67. 1,
  68. 1,
  69. 1
  70. ]
  71. },
  72. "_eulerAngles": {
  73. "__type__": "cc.Vec3",
  74. "x": 0,
  75. "y": 0,
  76. "z": 0
  77. },
  78. "_skewX": 0,
  79. "_skewY": 0,
  80. "_is3DNode": true,
  81. "_groupIndex": 0,
  82. "groupIndex": 0,
  83. "_id": ""
  84. },
  85. {
  86. "__type__": "cc.Node",
  87. "_name": "3D Camera",
  88. "_objFlags": 512,
  89. "_parent": {
  90. "__id__": 1
  91. },
  92. "_children": [],
  93. "_active": true,
  94. "_components": [
  95. {
  96. "__id__": 3
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 4
  101. },
  102. "_opacity": 255,
  103. "_color": {
  104. "__type__": "cc.Color",
  105. "r": 255,
  106. "g": 255,
  107. "b": 255,
  108. "a": 255
  109. },
  110. "_contentSize": {
  111. "__type__": "cc.Size",
  112. "width": 0,
  113. "height": 0
  114. },
  115. "_anchorPoint": {
  116. "__type__": "cc.Vec2",
  117. "x": 0.5,
  118. "y": 0.5
  119. },
  120. "_trs": {
  121. "__type__": "TypedArray",
  122. "ctor": "Float64Array",
  123. "array": [
  124. 0,
  125. 0,
  126. 10,
  127. 0,
  128. 0,
  129. 0,
  130. 1,
  131. 1,
  132. 1,
  133. 1
  134. ]
  135. },
  136. "_eulerAngles": {
  137. "__type__": "cc.Vec3",
  138. "x": 0,
  139. "y": 0,
  140. "z": 0
  141. },
  142. "_skewX": 0,
  143. "_skewY": 0,
  144. "_is3DNode": true,
  145. "_groupIndex": 0,
  146. "groupIndex": 0,
  147. "_id": ""
  148. },
  149. {
  150. "__type__": "cc.Camera",
  151. "_name": "",
  152. "_objFlags": 0,
  153. "node": {
  154. "__id__": 2
  155. },
  156. "_enabled": true,
  157. "_cullingMask": 4294967295,
  158. "_clearFlags": 6,
  159. "_backgroundColor": {
  160. "__type__": "cc.Color",
  161. "r": 0,
  162. "g": 0,
  163. "b": 0,
  164. "a": 255
  165. },
  166. "_depth": 0,
  167. "_zoomRatio": 1,
  168. "_targetTexture": null,
  169. "_fov": 60,
  170. "_orthoSize": 10,
  171. "_nearClip": 1,
  172. "_farClip": 1024,
  173. "_ortho": false,
  174. "_rect": {
  175. "__type__": "cc.Rect",
  176. "x": 0,
  177. "y": 0,
  178. "width": 1,
  179. "height": 1
  180. },
  181. "_renderStages": 1,
  182. "_alignWithScreen": false,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.PrefabInfo",
  187. "root": {
  188. "__id__": 1
  189. },
  190. "asset": {
  191. "__uuid__": "ed88f13d-fcad-4848-aa35-65a2cb973584"
  192. },
  193. "fileId": "09OTSCM6BL1LhNz6/uluXk",
  194. "sync": false
  195. },
  196. {
  197. "__type__": "cc.Node",
  198. "_name": "New Directional Light",
  199. "_objFlags": 512,
  200. "_parent": {
  201. "__id__": 1
  202. },
  203. "_children": [],
  204. "_active": true,
  205. "_components": [
  206. {
  207. "__id__": 6
  208. }
  209. ],
  210. "_prefab": {
  211. "__id__": 7
  212. },
  213. "_opacity": 255,
  214. "_color": {
  215. "__type__": "cc.Color",
  216. "r": 255,
  217. "g": 255,
  218. "b": 255,
  219. "a": 255
  220. },
  221. "_contentSize": {
  222. "__type__": "cc.Size",
  223. "width": 0,
  224. "height": 0
  225. },
  226. "_anchorPoint": {
  227. "__type__": "cc.Vec2",
  228. "x": 0.5,
  229. "y": 0.5
  230. },
  231. "_trs": {
  232. "__type__": "TypedArray",
  233. "ctor": "Float64Array",
  234. "array": [
  235. 0,
  236. 0,
  237. 0,
  238. -0.25881904510252074,
  239. 0,
  240. 0,
  241. 0.9659258262890683,
  242. 1,
  243. 1,
  244. 1
  245. ]
  246. },
  247. "_eulerAngles": {
  248. "__type__": "cc.Vec3",
  249. "x": -30,
  250. "y": 0,
  251. "z": 0
  252. },
  253. "_skewX": 0,
  254. "_skewY": 0,
  255. "_is3DNode": true,
  256. "_groupIndex": 0,
  257. "groupIndex": 0,
  258. "_id": ""
  259. },
  260. {
  261. "__type__": "cc.Light",
  262. "_name": "",
  263. "_objFlags": 0,
  264. "node": {
  265. "__id__": 5
  266. },
  267. "_enabled": true,
  268. "_type": 0,
  269. "_color": {
  270. "__type__": "cc.Color",
  271. "r": 255,
  272. "g": 255,
  273. "b": 255,
  274. "a": 255
  275. },
  276. "_intensity": 1,
  277. "_range": 1000,
  278. "_spotAngle": 60,
  279. "_spotExp": 1,
  280. "_shadowType": 0,
  281. "_shadowResolution": 1024,
  282. "_shadowDarkness": 0.5,
  283. "_shadowMinDepth": 1,
  284. "_shadowMaxDepth": 1000,
  285. "_shadowFrustumSize": 50,
  286. "_shadowBias": 0.0005,
  287. "_id": ""
  288. },
  289. {
  290. "__type__": "cc.PrefabInfo",
  291. "root": {
  292. "__id__": 1
  293. },
  294. "asset": {
  295. "__uuid__": "ed88f13d-fcad-4848-aa35-65a2cb973584"
  296. },
  297. "fileId": "3a6x6Es1NL4rpUC3Efs1MH",
  298. "sync": false
  299. },
  300. {
  301. "__type__": "cc.Node",
  302. "_name": "New Ambient Light",
  303. "_objFlags": 512,
  304. "_parent": {
  305. "__id__": 1
  306. },
  307. "_children": [],
  308. "_active": true,
  309. "_components": [
  310. {
  311. "__id__": 9
  312. }
  313. ],
  314. "_prefab": {
  315. "__id__": 10
  316. },
  317. "_opacity": 255,
  318. "_color": {
  319. "__type__": "cc.Color",
  320. "r": 255,
  321. "g": 255,
  322. "b": 255,
  323. "a": 255
  324. },
  325. "_contentSize": {
  326. "__type__": "cc.Size",
  327. "width": 0,
  328. "height": 0
  329. },
  330. "_anchorPoint": {
  331. "__type__": "cc.Vec2",
  332. "x": 0.5,
  333. "y": 0.5
  334. },
  335. "_trs": {
  336. "__type__": "TypedArray",
  337. "ctor": "Float64Array",
  338. "array": [
  339. 0,
  340. 0,
  341. 0,
  342. 0,
  343. 0,
  344. 0,
  345. 1,
  346. 1,
  347. 1,
  348. 1
  349. ]
  350. },
  351. "_eulerAngles": {
  352. "__type__": "cc.Vec3",
  353. "x": 0,
  354. "y": 0,
  355. "z": 0
  356. },
  357. "_skewX": 0,
  358. "_skewY": 0,
  359. "_is3DNode": true,
  360. "_groupIndex": 0,
  361. "groupIndex": 0,
  362. "_id": ""
  363. },
  364. {
  365. "__type__": "cc.Light",
  366. "_name": "",
  367. "_objFlags": 0,
  368. "node": {
  369. "__id__": 8
  370. },
  371. "_enabled": true,
  372. "_type": 3,
  373. "_color": {
  374. "__type__": "cc.Color",
  375. "r": 255,
  376. "g": 255,
  377. "b": 255,
  378. "a": 255
  379. },
  380. "_intensity": 0.25,
  381. "_range": 1,
  382. "_spotAngle": 60,
  383. "_spotExp": 1,
  384. "_shadowType": 0,
  385. "_shadowResolution": 1024,
  386. "_shadowDarkness": 0.5,
  387. "_shadowMinDepth": 1,
  388. "_shadowMaxDepth": 1000,
  389. "_shadowFrustumSize": 50,
  390. "_shadowBias": 0.0005,
  391. "_id": ""
  392. },
  393. {
  394. "__type__": "cc.PrefabInfo",
  395. "root": {
  396. "__id__": 1
  397. },
  398. "asset": {
  399. "__uuid__": "ed88f13d-fcad-4848-aa35-65a2cb973584"
  400. },
  401. "fileId": "77dtDtUX9D6KSMMqNy4utl",
  402. "sync": false
  403. },
  404. {
  405. "__type__": "cc.Node",
  406. "_name": "New Box",
  407. "_objFlags": 0,
  408. "_parent": {
  409. "__id__": 1
  410. },
  411. "_children": [],
  412. "_active": true,
  413. "_components": [
  414. {
  415. "__id__": 12
  416. }
  417. ],
  418. "_prefab": {
  419. "__id__": 13
  420. },
  421. "_opacity": 255,
  422. "_color": {
  423. "__type__": "cc.Color",
  424. "r": 255,
  425. "g": 255,
  426. "b": 255,
  427. "a": 255
  428. },
  429. "_contentSize": {
  430. "__type__": "cc.Size",
  431. "width": 0,
  432. "height": 0
  433. },
  434. "_anchorPoint": {
  435. "__type__": "cc.Vec2",
  436. "x": 0.5,
  437. "y": 0.5
  438. },
  439. "_trs": {
  440. "__type__": "TypedArray",
  441. "ctor": "Float64Array",
  442. "array": [
  443. 0,
  444. 0,
  445. 0,
  446. 0,
  447. 0,
  448. 0,
  449. 1,
  450. 1,
  451. 1,
  452. 1
  453. ]
  454. },
  455. "_eulerAngles": {
  456. "__type__": "cc.Vec3",
  457. "x": 0,
  458. "y": 0,
  459. "z": 0
  460. },
  461. "_skewX": 0,
  462. "_skewY": 0,
  463. "_is3DNode": true,
  464. "_groupIndex": 0,
  465. "groupIndex": 0,
  466. "_id": ""
  467. },
  468. {
  469. "__type__": "cc.MeshRenderer",
  470. "_name": "",
  471. "_objFlags": 0,
  472. "node": {
  473. "__id__": 11
  474. },
  475. "_enabled": true,
  476. "_materials": [
  477. {
  478. "__uuid__": "a5849239-3ad3-41d1-8ab4-ae9fea11f97f"
  479. }
  480. ],
  481. "_mesh": {
  482. "__uuid__": "046f172c-1574-488b-bbb8-6415a9adb96d"
  483. },
  484. "_receiveShadows": false,
  485. "_shadowCastingMode": 0,
  486. "_enableAutoBatch": false,
  487. "textures": [],
  488. "_id": ""
  489. },
  490. {
  491. "__type__": "cc.PrefabInfo",
  492. "root": {
  493. "__id__": 1
  494. },
  495. "asset": {
  496. "__uuid__": "ed88f13d-fcad-4848-aa35-65a2cb973584"
  497. },
  498. "fileId": "53C6mOUF5FXpk7lkLCsXQc",
  499. "sync": false
  500. },
  501. {
  502. "__type__": "cc.PrefabInfo",
  503. "root": {
  504. "__id__": 1
  505. },
  506. "asset": {
  507. "__uuid__": "ed88f13d-fcad-4848-aa35-65a2cb973584"
  508. },
  509. "fileId": "38R8VzTKlGM4vBvAyA2GaF",
  510. "sync": false
  511. }
  512. ]