1.6-default.json 785 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "scenes": [
  3. {
  4. // 1.6加 (整个)
  5. "customMasks": {
  6. "sky": {
  7. "fodderId": "",
  8. "icon": "",
  9. "scale": 1,
  10. "antidistorted": true,
  11. "isShow": false
  12. },
  13. "earth": {
  14. "fodderId": "",
  15. "icon": "",
  16. "scale": 1,
  17. "antidistorted": true,
  18. "isShow": false
  19. }
  20. },
  21. "initVisual": {
  22. "vlookat": 0,
  23. "hlookat": 0,
  24. "vlookatmin": -90, // 1.6加
  25. "vlookatmax": 90 // 1.6加
  26. }
  27. }
  28. ]
  29. }