unreal.GeometryScriptBlurColorMode

class unreal.GeometryScriptBlurColorMode

Bases: EnumBase

EGeometry Script Blur Color Mode

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshVertexColorFunctions.h

COTAN_WEIGHTS: GeometryScriptBlurColorMode

Blur the attributes where each neighbor is weighted proportionally to the cotangent weight of the shared edge.

Type:

2

EDGE_LENGTH: GeometryScriptBlurColorMode

Blur the attributes where each neighbor is weighted proportionally to the shared edge length.

Type:

1

UNIFORM: GeometryScriptBlurColorMode

Blur the attributes where each neighbor is weighted equally.

Type:

0