unreal.GeometryScriptBakeCurvatureColorMode

class unreal.GeometryScriptBakeCurvatureColorMode

Bases: EnumBase

EGeometry Script Bake Curvature Color Mode

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshBakeFunctions.h

GRAYSCALE: GeometryScriptBakeCurvatureColorMode

Map curvature values to grayscale such that black is negative, grey is zero, and white is positive

Type:

0

RED_BLUE: GeometryScriptBakeCurvatureColorMode

Map curvature values to red and blue such that red is negative, black is zero, and blue is positive

Type:

1

RED_GREEN_BLUE: GeometryScriptBakeCurvatureColorMode

Map curvature values to red, green, blue such that red is negative, green is zero, and blue is positive

Type:

2