unreal.HairInterpolationWeight

class unreal.HairInterpolationWeight

Bases: EnumBase

EHair Interpolation Weight

C++ Source:

  • Plugin: HairStrands

  • Module: HairStrandsCore

  • File: GroomAssetInterpolation.h

DISTANCE: HairInterpolationWeight

Build interpolation data based on curve euclidean distance

Type:

3

INDEX: HairInterpolationWeight

Build interpolation data based on guide and strands vertex indices

Type:

2

PARAMETRIC: HairInterpolationWeight

Build interpolation data based on curve parametric distance

Type:

0

ROOT: HairInterpolationWeight

Build interpolation data based on distance between guide’s root and strands’s root

Type:

1