Atmosphere layer

更新时间:
复制 MD 格式

Configure the color, intensity, and size of the atmosphere layer for the 3D Earth component.

Chart style

The atmosphere layer is a subcomponent of the 3D Earth. You can adjust its color, intensity, and size to simulate the outer atmosphere of the Earth.image.png

Style panelimage.png

  • Search Configuration: Click the Style icon image in the upper right corner of the panel to enter the name of the configuration item you wish to locate in the search field. The system supports fuzzy matching. For more information, see Search configuration item.

  • Atmosphere Color: The color of the atmosphere. For more information, see the color picker.

  • Atmosphere Transparency: The transparency of the atmosphere. Valid values: 0 (fully opaque) to 1 (fully transparent).

  • Atmosphere Intensity: The blur intensity of the atmosphere. Lower values produce a stronger blur effect. Valid values: 1 to 2.

  • Atmosphere Scaling: The size of the atmosphere halo effect. Valid values: 1.5 to 2.

Data source panel

No data configuration is required for this component.

Advanced panel

No interactions are available for this component.

Blueprint interaction

  1. Click the image icon in the upper left corner to access the Blueprint page.

  2. In the Layer Node tab, add the component to the main canvas.

  3. Review the blueprint's configuration parameters. image

    • Event: None.

    • Action

      Action

      Description

      Toggle Visibility

      Show or hide the component without requiring parameters.

      Show

      Display the component. See reference data for an example.

      {
        "animationType": "",//Animation method. Optional value: fade. No animation if not filled.
        "animationDuration": 1000,//Animation latency in ms.
        "animationEasing": ""//Animation curve
      }

      Hide

      Conceal the component. See reference data for an example.

      {
        "animationType": "",//Animation method. Optional value: fade. No animation if not filled.
        "animationDuration": 1000,//Animation latency in ms.
        "animationEasing": ""//Animation curve
      }

      Update Component Configuration

      Update the component's style settings dynamically. Start by clicking Copy Configuration To Clipboard in the component's Style panel to copy the configuration data. Then, modify the field values for the desired styles in the data processing node on the blueprint editor's configuration page as necessary.