# Fog Card

## Short Description

A tool for editing fog card properties in a scene.

## Description

The Fog Card tool allows users to edit various properties related to fog and cloud effects. It provides controls for adjusting the appearance and behavior of clouds in a scene, including color, density, and movement. This customization enhances the visual fidelity of fog in the user's environment.

## Properties

### Base Properties

* **Objects**: Objects to work on.
* **Base Color Tint**: Sets the base color tint of the fog card.
* **Cloud Density**: Adjusts the density of the clouds.
* **Cloud Brightness**: Adjusts the brightness of the clouds.
* **Cloud Contrast**: Sets the contrast of the clouds.
* **Edge Fading Distance**: Controls the distance for edge fading of the fog.
* **Camera Fading Distance**: Controls the camera fading distance to fog.
* **Wind Speed**: Adjusts the wind speed affecting clouds.
* **Wind Direction**: Sets the wind direction affecting clouds.
* **Cloud Wind Tilling**: Adjusts the tiling of cloud wind patterns.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.polygonflow.io/dash-tools/fogcardtool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
