1234567891011121314151617181920212223242526272829 |
- {
- "scenes": [
- {
- // 1.6加 (整个)
- "customMasks": {
- "sky": {
- "fodderId": "",
- "icon": "",
- "scale": 1,
- "antidistorted": true,
- "isShow": false
- },
- "earth": {
- "fodderId": "",
- "icon": "",
- "scale": 1,
- "antidistorted": true,
- "isShow": false
- }
- },
- "initVisual": {
- "vlookat": 0,
- "hlookat": 0,
- "vlookatmin": -90, // 1.6加
- "vlookatmax": 90 // 1.6加
- }
- }
- ]
- }
|