====== ByteMap:ConvertToHF filter ====== ===== Filter info ===== ^ Description | Convert an 8-bit map to a 32-bit heightfield. | ^ Author | [[user>Aaron]] | ^ Script | ByteMap_ConvToHF.zfilter ^ ===== Looks like ===== | {{:plugins:calc:zeograph:filters:bytemap_converttohf.png|:plugins:calc:zeograph:filters:bytemap_converttohf.png}}| ===== Input pins ===== ^ Name ^ Type ^ Default value ^ Description ^ | //hMapInput// | hvar | N/A | A handle to the input byte map. | | //MinAlt// | float | 0 | The minimum altitude of the output heightfield, in metres above sea-level. | | //MaxAlt// | float | 1 | The maximum altitude of the output heightfield, in metres above sea-level. | ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //hMapOutput// | hvar | A handle to the output heightfield map. | ===== Options ===== This filter has no options. ===== Comments ===== None.