unreal.HairInterpolationQuality
¶
- class unreal.HairInterpolationQuality¶
Bases:
EnumBase
EHair Interpolation Quality
C++ Source:
Plugin: HairStrands
Module: HairStrandsCore
File: GroomAssetInterpolation.h
- HIGH: HairInterpolationQuality¶
Build interpolation data using curve shape matching search. This result in high quality interpolation data, but is relatively slow to build (can takes several dozen of minutes)
- Type:
2
- LOW: HairInterpolationQuality¶
Build interpolation data based on nearst neighbor search. Low quality interpolation data, but fast to build (takes a few minutes)
- Type:
0
- MEDIUM: HairInterpolationQuality¶
Build interpolation data using curve shape matching search but within a limited spatial range. This is a tradeoff between Low and high quality in term of quality & build time (can takes several dozen of minutes)
- Type:
1