====== Heightfield:Generator:GaussianPeak filter ====== ===== Filter info ===== ^ Description | Generate a pseudo-Gaussian peak heightfield of a specified height and base radius. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_CalcHF|ZG_CalcHF]] ^ ===== Looks like ===== | {{:plugins:calc:zeograph:filters:hf_gen_gaussianpeak.png}} | ===== Input pins ===== ^ 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. | ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //hMap// | hvar | A handle to the pseudo-Gaussian peak height map created by the filter. | ===== Options ===== This filter has no options. ===== Comments ===== ==== Example ==== An example of the output of the ''GaussianPeak'' filter is shown below: | {{:plugins:calc:zeograph:filters:hf_gen_gaussianpeak_example.png}} | Here, the output of the ''GaussianPeak'' filter has been added (using the [[plugins:calc:zeograph:filters:hf_combinemaps|CombineMaps]] filter) to a blank heightmap (created by the [[plugins:calc:zeograph:filters:map_CreateMap|CreateMap]] filter).