Table of Contents

Heightfield:SetRange filter

Filter info

Description The SetRange filter may be used to set the vertical range (minimum and maximum height) of a heightfield.
Author Aaron
Plugin ZG_CalcHF

Looks like

:plugins:calc:zeograph:filters:hf_setrange.png

Input pins

Name Type Default value Description
hMap hvar N/A A handle to a map, the vertical range of which is to be set.
Min float 0 The minimum height in the height map, measured in metres.
Max float 1 The maximum height in the height map, measured in metres.

Output pins

Name Type Description
hMap hvar A handle to the map (handle is passed through from input to output).

Options

This filter has no options.

Comments

None.