Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
| |
|
| Name |
EUsdInterpolationMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include Path |
#include "UnrealUSDWrapper.h" |
Syntax
enum EUsdInterpolationMethod
{
Vertex,
FaceVarying,
Uniform,
Constant,
}
Values
| Name |
Remarks |
| Vertex |
Each element in a buffer maps directly to a specific vertex |
| FaceVarying |
Each element in a buffer maps to a specific face/vertex pair |
| Uniform |
Each vertex on a face is the same value |
| Constant |
Single value |