| Description | Generate a pseudo-Gaussian peak heightfield of a specified height and base radius. |
| Author | Aaron |
| Plugin | ZG_CalcHF |
| Name | Type | Default value | Description |
| Radius | int | 64 | The base radius of the pseudo-Gaussian peak, in pixels. The width and height of the resulting cone heightmap will be twice the radius, plus one. |
| Height | float | 1 | The height of the peak, in metres. |
| Name | Type | Description |
| hMap | hvar | A handle to the pseudo-Gaussian peak height map created by the filter. |
This filter has no options.
An example of the output of the GaussianPeak filter is shown below:
Here, the output of the GaussianPeak filter has been added (using the CombineMaps filter) to a blank heightmap (created by the CreateMap filter).