Settings.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. {
  2. "cameraDefaultBlendTime": 0.8,
  3. "modelAutoRotationAnimationTime": 0.8,
  4. "modelControlAnimationTime": 0.8,
  5. "panels": [
  6. {
  7. "name": "Panel1Camera",
  8. "dragBlock": {
  9. "anchorsMin": {
  10. "x": 0.1,
  11. "y": 0
  12. },
  13. "anchorsMax": {
  14. "x": 0.4,
  15. "y": 1
  16. }
  17. },
  18. "camera": {
  19. "position": {
  20. "x": 0,
  21. "y": 0,
  22. "z": -13
  23. },
  24. "rotation": {
  25. "x": 0,
  26. "y": 0,
  27. "z": 0
  28. }
  29. },
  30. "model": {
  31. "rotation": {
  32. "x": 0,
  33. "y": -180,
  34. "z": 0
  35. },
  36. "limitScale": {
  37. "isLimit": true,
  38. "min": 0.2,
  39. "max": 1.5
  40. },
  41. "limitX": {
  42. "isLimit": true,
  43. "min": -4.5,
  44. "max": 4.5
  45. },
  46. "limitY": {
  47. "isLimit": true,
  48. "min": -8,
  49. "max": 8
  50. }
  51. }
  52. },
  53. {
  54. "name": "Panel2Camera",
  55. "dragBlock": {
  56. "anchorsMin": {
  57. "x": 0.15,
  58. "y": 0
  59. },
  60. "anchorsMax": {
  61. "x": 0.5,
  62. "y": 1
  63. }
  64. },
  65. "camera": {
  66. "position": {
  67. "x": 0,
  68. "y": 0,
  69. "z": -13
  70. },
  71. "rotation": {
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. }
  76. },
  77. "model": {
  78. "rotation": {
  79. "x": 0,
  80. "y": -180,
  81. "z": 0
  82. },
  83. "limitScale": {
  84. "isLimit": true,
  85. "min": 0.2,
  86. "max": 1.5
  87. },
  88. "limitX": {
  89. "isLimit": true,
  90. "min": -5,
  91. "max": 5
  92. },
  93. "limitY": {
  94. "isLimit": true,
  95. "min": -8,
  96. "max": 8
  97. }
  98. }
  99. },
  100. {
  101. "name": "Panel3Camera",
  102. "dragBlock": {
  103. "anchorsMin": {
  104. "x": 0,
  105. "y": 0
  106. },
  107. "anchorsMax": {
  108. "x": 1,
  109. "y": 1
  110. }
  111. },
  112. "camera": {
  113. "position": {
  114. "x": 0,
  115. "y": 0,
  116. "z": -10
  117. },
  118. "rotation": {
  119. "x": 0,
  120. "y": 0,
  121. "z": 0
  122. }
  123. },
  124. "model": {
  125. "rotation": {
  126. "x": 0,
  127. "y": -180,
  128. "z": 0
  129. },
  130. "limitScale": {
  131. "isLimit": true,
  132. "min": 0.2,
  133. "max": 1.5
  134. },
  135. "limitX": {
  136. "isLimit": true,
  137. "min": -10,
  138. "max": 10
  139. },
  140. "limitY": {
  141. "isLimit": true,
  142. "min": -8,
  143. "max": 8
  144. }
  145. }
  146. },
  147. {
  148. "name": "Panel4Camera",
  149. "rotationNotAllowed": true,
  150. "dragBlock": {
  151. "anchorsMin": {
  152. "x": 0.15,
  153. "y": 0
  154. },
  155. "anchorsMax": {
  156. "x": 0.45,
  157. "y": 1
  158. }
  159. },
  160. "camera": {
  161. "position": {
  162. "x": 0,
  163. "y": 0,
  164. "z": -13
  165. },
  166. "rotation": {
  167. "x": 0,
  168. "y": 0,
  169. "z": 0
  170. }
  171. },
  172. "model": {
  173. "rotation": {
  174. "x": 0,
  175. "y": 0,
  176. "z": 0
  177. },
  178. "limitScale": {
  179. "isLimit": true,
  180. "min": 0.2,
  181. "max": 1.5
  182. },
  183. "limitX": {
  184. "isLimit": true,
  185. "min": -4,
  186. "max": 4
  187. },
  188. "limitY": {
  189. "isLimit": true,
  190. "min": -8,
  191. "max": 8
  192. }
  193. }
  194. },
  195. {
  196. "name": "Panel5Camera",
  197. "dragBlock": {
  198. "anchorsMin": {
  199. "x": 0,
  200. "y": 0
  201. },
  202. "anchorsMax": {
  203. "x": 1,
  204. "y": 1
  205. }
  206. },
  207. "camera": {
  208. "position": {
  209. "x": 0,
  210. "y": 0,
  211. "z": -15
  212. },
  213. "rotation": {
  214. "x": 0,
  215. "y": 0,
  216. "z": 0
  217. }
  218. },
  219. "model": {
  220. "rotation": {
  221. "x": 0,
  222. "y": -180,
  223. "z": 0
  224. },
  225. "limitScale": {
  226. "isLimit": true,
  227. "min": 0.2,
  228. "max": 1.5
  229. },
  230. "limitX": {
  231. "isLimit": true,
  232. "min": -15,
  233. "max": 15
  234. },
  235. "limitY": {
  236. "isLimit": true,
  237. "min": -8,
  238. "max": 8
  239. }
  240. }
  241. }
  242. ],
  243. "hotspots": [
  244. {
  245. "name": "佛龛",
  246. "dragBlock": {
  247. "anchorsMin": {
  248. "x": 0.1,
  249. "y": 0
  250. },
  251. "anchorsMax": {
  252. "x": 1,
  253. "y": 1
  254. }
  255. },
  256. "intensityAnimationTime": 0.8,
  257. "startIntensity": 0,
  258. "camera": {
  259. "position": {
  260. "x": 0,
  261. "y": 2,
  262. "z": -8
  263. },
  264. "rotation": {
  265. "x": 0,
  266. "y": 0,
  267. "z": 0
  268. }
  269. },
  270. "model": {
  271. "rotation": {
  272. "x": 0,
  273. "y": -180,
  274. "z": 0
  275. },
  276. "limitScale": {
  277. "isLimit": true,
  278. "min": 0.2,
  279. "max": 1.5
  280. },
  281. "limitX": {
  282. "isLimit": true,
  283. "min": -5,
  284. "max": 5
  285. },
  286. "limitY": {
  287. "isLimit": true,
  288. "min": -5,
  289. "max": 8
  290. }
  291. }
  292. },
  293. {
  294. "name": "佛像",
  295. "dragBlock": {
  296. "anchorsMin": {
  297. "x": 0.1,
  298. "y": 0
  299. },
  300. "anchorsMax": {
  301. "x": 1,
  302. "y": 1
  303. }
  304. },
  305. "intensityAnimationTime": 0.8,
  306. "startIntensity": 0,
  307. "camera": {
  308. "position": {
  309. "x": 0,
  310. "y": 0.8,
  311. "z": -8
  312. },
  313. "rotation": {
  314. "x": 0,
  315. "y": 0,
  316. "z": 0
  317. }
  318. },
  319. "model": {
  320. "rotation": {
  321. "x": 0,
  322. "y": -180,
  323. "z": 0
  324. },
  325. "limitScale": {
  326. "isLimit": true,
  327. "min": 0.2,
  328. "max": 1.5
  329. },
  330. "limitX": {
  331. "isLimit": true,
  332. "min": -5,
  333. "max": 5
  334. },
  335. "limitY": {
  336. "isLimit": true,
  337. "min": -5,
  338. "max": 8
  339. }
  340. }
  341. },
  342. {
  343. "name": "佛龛两侧",
  344. "dragBlock": {
  345. "anchorsMin": {
  346. "x": 0.1,
  347. "y": 0
  348. },
  349. "anchorsMax": {
  350. "x": 1,
  351. "y": 1
  352. }
  353. },
  354. "intensityAnimationTime": 0.8,
  355. "startIntensity": 0,
  356. "camera": {
  357. "position": {
  358. "x": 0,
  359. "y": 0.8,
  360. "z": -8
  361. },
  362. "rotation": {
  363. "x": 0,
  364. "y": 0,
  365. "z": 0
  366. }
  367. },
  368. "model": {
  369. "rotation": {
  370. "x": 0,
  371. "y": -180,
  372. "z": 0
  373. },
  374. "limitScale": {
  375. "isLimit": true,
  376. "min": 0.2,
  377. "max": 1.5
  378. },
  379. "limitX": {
  380. "isLimit": true,
  381. "min": -5,
  382. "max": 5
  383. },
  384. "limitY": {
  385. "isLimit": true,
  386. "min": -5,
  387. "max": 8
  388. }
  389. }
  390. },
  391. {
  392. "name": "佛龛上部",
  393. "dragBlock": {
  394. "anchorsMin": {
  395. "x": 0.1,
  396. "y": 0
  397. },
  398. "anchorsMax": {
  399. "x": 1,
  400. "y": 1
  401. }
  402. },
  403. "intensityAnimationTime": 0.8,
  404. "startIntensity": 0,
  405. "camera": {
  406. "position": {
  407. "x": 0,
  408. "y": 3,
  409. "z": -8
  410. },
  411. "rotation": {
  412. "x": 0,
  413. "y": 0,
  414. "z": 0
  415. }
  416. },
  417. "model": {
  418. "rotation": {
  419. "x": 0,
  420. "y": -180,
  421. "z": 0
  422. },
  423. "limitScale": {
  424. "isLimit": true,
  425. "min": 0.2,
  426. "max": 1.5
  427. },
  428. "limitX": {
  429. "isLimit": true,
  430. "min": -5,
  431. "max": 5
  432. },
  433. "limitY": {
  434. "isLimit": true,
  435. "min": 0,
  436. "max": 12
  437. }
  438. }
  439. },
  440. {
  441. "name": "佛龛下部",
  442. "dragBlock": {
  443. "anchorsMin": {
  444. "x": 0.1,
  445. "y": 0
  446. },
  447. "anchorsMax": {
  448. "x": 1,
  449. "y": 1
  450. }
  451. },
  452. "intensityAnimationTime": 0.8,
  453. "startIntensity": 0,
  454. "camera": {
  455. "position": {
  456. "x": 0,
  457. "y": -4,
  458. "z": -8
  459. },
  460. "rotation": {
  461. "x": 0,
  462. "y": 0,
  463. "z": 0
  464. }
  465. },
  466. "model": {
  467. "rotation": {
  468. "x": 0,
  469. "y": -180,
  470. "z": 0
  471. },
  472. "limitScale": {
  473. "isLimit": true,
  474. "min": 0.2,
  475. "max": 1.5
  476. },
  477. "limitX": {
  478. "isLimit": true,
  479. "min": -5,
  480. "max": 5
  481. },
  482. "limitY": {
  483. "isLimit": true,
  484. "min": -12,
  485. "max": -1
  486. }
  487. }
  488. },
  489. {
  490. "name": "畏兽",
  491. "dragBlock": {
  492. "anchorsMin": {
  493. "x": 0.1,
  494. "y": 0
  495. },
  496. "anchorsMax": {
  497. "x": 1,
  498. "y": 1
  499. }
  500. },
  501. "intensityAnimationTime": 0.8,
  502. "startIntensity": 0,
  503. "camera": {
  504. "position": {
  505. "x": 0,
  506. "y": 2.5,
  507. "z": -8
  508. },
  509. "rotation": {
  510. "x": 0,
  511. "y": 0,
  512. "z": 0
  513. }
  514. },
  515. "model": {
  516. "rotation": {
  517. "x": 0,
  518. "y": -90,
  519. "z": 0
  520. },
  521. "limitScale": {
  522. "isLimit": true,
  523. "min": 0.2,
  524. "max": 1.5
  525. },
  526. "limitX": {
  527. "isLimit": true,
  528. "min": -5,
  529. "max": 5
  530. },
  531. "limitY": {
  532. "isLimit": true,
  533. "min": -1,
  534. "max": 8
  535. }
  536. }
  537. },
  538. {
  539. "name": "飞天",
  540. "dragBlock": {
  541. "anchorsMin": {
  542. "x": 0.1,
  543. "y": 0
  544. },
  545. "anchorsMax": {
  546. "x": 1,
  547. "y": 1
  548. }
  549. },
  550. "intensityAnimationTime": 0.8,
  551. "startIntensity": 0,
  552. "camera": {
  553. "position": {
  554. "x": 0,
  555. "y": -0.5,
  556. "z": -8
  557. },
  558. "rotation": {
  559. "x": 0,
  560. "y": 0,
  561. "z": 0
  562. }
  563. },
  564. "model": {
  565. "rotation": {
  566. "x": 0,
  567. "y": -90,
  568. "z": 0
  569. },
  570. "limitScale": {
  571. "isLimit": true,
  572. "min": 0.2,
  573. "max": 1.5
  574. },
  575. "limitX": {
  576. "isLimit": true,
  577. "min": -5,
  578. "max": 5
  579. },
  580. "limitY": {
  581. "isLimit": true,
  582. "min": -6,
  583. "max": 5
  584. }
  585. }
  586. },
  587. {
  588. "name": "摩尼宝珠",
  589. "dragBlock": {
  590. "anchorsMin": {
  591. "x": 0.1,
  592. "y": 0
  593. },
  594. "anchorsMax": {
  595. "x": 1,
  596. "y": 1
  597. }
  598. },
  599. "intensityAnimationTime": 0.8,
  600. "startIntensity": 0,
  601. "camera": {
  602. "position": {
  603. "x": 0,
  604. "y": -3,
  605. "z": -8
  606. },
  607. "rotation": {
  608. "x": 0,
  609. "y": 0,
  610. "z": 0
  611. }
  612. },
  613. "model": {
  614. "rotation": {
  615. "x": 0,
  616. "y": -90,
  617. "z": 0
  618. },
  619. "limitScale": {
  620. "isLimit": true,
  621. "min": 0.2,
  622. "max": 1.5
  623. },
  624. "limitX": {
  625. "isLimit": true,
  626. "min": -5,
  627. "max": 5
  628. },
  629. "limitY": {
  630. "isLimit": true,
  631. "min": -8,
  632. "max": 3
  633. }
  634. }
  635. }
  636. ],
  637. "inscriptions": [
  638. {
  639. "name": "碑额",
  640. "dragBlock": {
  641. "anchorsMin": {
  642. "x": 0,
  643. "y": 0
  644. },
  645. "anchorsMax": {
  646. "x": 0.45,
  647. "y": 1
  648. }
  649. },
  650. "intensityAnimationTime": 0,
  651. "startIntensity": 0,
  652. "camera": {
  653. "position": {
  654. "x": 1.4,
  655. "y": 4.1,
  656. "z": -5
  657. },
  658. "rotation": {
  659. "x": 0,
  660. "y": 0,
  661. "z": 0
  662. }
  663. },
  664. "model": {
  665. "rotation": {
  666. "x": 0,
  667. "y": -90,
  668. "z": 0
  669. },
  670. "limitScale": {
  671. "isLimit": true,
  672. "min": 0.2,
  673. "max": 1.5
  674. },
  675. "limitX": {
  676. "isLimit": true,
  677. "min": -1,
  678. "max": 5
  679. },
  680. "limitY": {
  681. "isLimit": true,
  682. "min": 2,
  683. "max": 15
  684. }
  685. }
  686. },
  687. {
  688. "name": "碑文1",
  689. "dragBlock": {
  690. "anchorsMin": {
  691. "x": 0,
  692. "y": 0
  693. },
  694. "anchorsMax": {
  695. "x": 0.45,
  696. "y": 1
  697. }
  698. },
  699. "intensityAnimationTime": 0,
  700. "startIntensity": 0,
  701. "camera": {
  702. "position": {
  703. "x": 1.6,
  704. "y": 3.4,
  705. "z": -5
  706. },
  707. "rotation": {
  708. "x": 0,
  709. "y": 0,
  710. "z": 0
  711. }
  712. },
  713. "model": {
  714. "rotation": {
  715. "x": 0,
  716. "y": -180,
  717. "z": 0
  718. },
  719. "limitScale": {
  720. "isLimit": true,
  721. "min": 0.2,
  722. "max": 1.5
  723. },
  724. "limitX": {
  725. "isLimit": true,
  726. "min": 0,
  727. "max": 5
  728. },
  729. "limitY": {
  730. "isLimit": true,
  731. "min": -3,
  732. "max": 9
  733. }
  734. }
  735. },
  736. {
  737. "name": "碑文2",
  738. "dragBlock": {
  739. "anchorsMin": {
  740. "x": 0,
  741. "y": 0
  742. },
  743. "anchorsMax": {
  744. "x": 0.45,
  745. "y": 1
  746. }
  747. },
  748. "intensityAnimationTime": 0,
  749. "startIntensity": 0,
  750. "camera": {
  751. "position": {
  752. "x": 0,
  753. "y": 0,
  754. "z": -13
  755. },
  756. "rotation": {
  757. "x": 0,
  758. "y": 0,
  759. "z": 0
  760. }
  761. },
  762. "model": {
  763. "rotation": {
  764. "x": 0,
  765. "y": 0,
  766. "z": 0
  767. },
  768. "limitScale": {
  769. "isLimit": true,
  770. "min": 0.2,
  771. "max": 1.5
  772. },
  773. "limitX": {
  774. "isLimit": true,
  775. "min": -5,
  776. "max": 5
  777. },
  778. "limitY": {
  779. "isLimit": true,
  780. "min": -8,
  781. "max": 8
  782. }
  783. }
  784. },
  785. {
  786. "name": "碑文3",
  787. "dragBlock": {
  788. "anchorsMin": {
  789. "x": 0,
  790. "y": 0
  791. },
  792. "anchorsMax": {
  793. "x": 0.45,
  794. "y": 1
  795. }
  796. },
  797. "intensityAnimationTime": 0,
  798. "startIntensity": 0,
  799. "camera": {
  800. "position": {
  801. "x": 0,
  802. "y": 0,
  803. "z": -13
  804. },
  805. "rotation": {
  806. "x": 0,
  807. "y": 0,
  808. "z": 0
  809. }
  810. },
  811. "model": {
  812. "rotation": {
  813. "x": 0,
  814. "y": 0,
  815. "z": 0
  816. },
  817. "limitScale": {
  818. "isLimit": true,
  819. "min": 0.2,
  820. "max": 1.5
  821. },
  822. "limitX": {
  823. "isLimit": true,
  824. "min": -10,
  825. "max": 5
  826. },
  827. "limitY": {
  828. "isLimit": true,
  829. "min": -8,
  830. "max": 8
  831. }
  832. }
  833. }
  834. ]
  835. }