====== Heightfield:Generator:ConePeak filter ====== ===== Filter info ===== ^ Description | Generate a conical heightfield of a specified height and radius. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_CalcHF|ZG_CalcHF]] ^ ===== Looks like ===== | {{:plugins:calc:zeograph:filters:hf_gen_conepeak.png}} | ===== Input pins ===== ^ Name ^ Type ^ Default value ^ Description ^ | //Radius// | int | 64 | The base radius of the cone, 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 conical height map created by the filter. | ===== Options ===== This filter has no options. ===== Comments ===== ==== Example ==== An example of the output of the ''ConePeak'' filter is shown below: | {{:plugins:calc:zeograph:filters:hf_gen_conepeak_example.png}} | Here, the output of the ''ConePeak'' 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).