All Products
Search
Document Center

DataV:Sphere layer

Last Updated:Dec 06, 2024

This topic outlines the configuration items for the sphere layer.

Chart style

The sphere layer, a component of the 3D Earth model, allows for independent style adjustments such as sphere size, texture type, and lighting intensity. It serves as the foundational sphere component upon which other elements are based. 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.

  • Texture Type: Select from texture options such as Terrain, Satellite, Particle, Administrative Region, and Custom.

    Note

    For the Custom texture, you can upload an image by dragging it into the dashed box or by pasting the image URL into the link box.

  • Scaling: Adjust the sphere's scale within a range of 1 to 1.2.

  • Lighting Intensity: Control the sphere's brightness with lighting intensity values from 0 to 10.

  • Roughness: Set the roughness level of PBR materials between 0 and 1.

  • Metallic: Define the metallic aspect of PBR materials with values ranging from 0 to 1.

  • Bumpiness: Adjust the bumpiness of PBR materials, with a value range of 0 to 1.

Data source panel

No data configuration is required for this component.

Advanced panel

There are no interaction occurrences for this component.

Blueprint interaction

  1. To access the Blueprint page, click the image icon in the upper left corner.

  2. In the Layer Node tab, incorporate the current component into the main canvas.

  3. Review the blueprint's configuration parameters. image

    • Event: None.

    • Action

      Action

      Description

      Toggle Visibility

      Switch the component's visibility on or off without needing parameters.

      Show

      Display the component. Refer to the example in the reference data.

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

      Hide

      Conceal the component. Refer to the example in the reference data.

      {
        "animationType": "",//Animation type. 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. Begin by selecting Copy Configuration To Clipboard from the component's Style panel to acquire its configuration data. Then, modify the required style field values in the data processing node on the blueprint editor configuration page as needed.