Search Unity

Complex WindZone

Discussion in 'Editor & General Support' started by jordiboni, May 19, 2015.

  1. jordiboni

    jordiboni

    Joined:
    Aug 14, 2013
    Posts:
    26
    From CIGI's documentation, I get 3 parameters:

    Global Horizontal Wind Speed (float): This parameter specifies the global wind speed parallel to the ellipsoid-tangential reference plane.

    Global Vertical Wind Speed (float):
    This parameter specifies the global vertical wind speed.
    Note: A positive value produces an updraft, while a negative value produces a downdraft.

    Global Wind Direction:
    This parameter specifies the global wind direction.
    Note: This is the direction from which the wind is blowing.

    Should I develop my WindSystem with a directional WindZone or I need two directional WindZones (one for vertical and the other for horizontal?

    I don't know if I could represent vertical and horizontal wind only changing the WindZone rotation.