enum DownsampleFilter
in Tinman.Terrain.Buffers
Enumeration
of
predefined
filters
for
Downsample
and
Downsample.
Items
Average
|
= 0
|
Compute
the
average
value
of
the
samples
in
the
filter
block.
|
Minimum
|
= 1
|
Use
the
minimum
value
of
the
samples
in
the
filter
block.
|
Maximum
|
= 2
|
Use
the
maximum
value
of
the
samples
in
the
filter
block.
|