Blur

Description

Name

class Tinman.Heightmap.Copy.Op.Blur

Derived from

Copy.Op

A copy sample operation that blurs the given heightmap layers using a Gaussian box filter of the given edge length.

Fields / Required

size

Type

number

Constraint

# >= 1

The edge length of the box filter.

Fields / Optional

layers

Type

Heightmap.Layer[]

Default

[Coverage, Displacement, Elevation, Texture, Material]

The heightmap layers to blur.