Enum MorphBundleType ​
Namespace: ValveResourceFormat
Assembly: ValveResourceFormat.dll
Identifies the type of data stored in a morph bundle. Corresponds to MorphBundleType_t.
csharp
public enum MorphBundleTypeFields ​
None = 0
No morph bundle data.
PositionSpeed = 1
Bundle stores per-vertex position delta and speed values.
NormalWrinkle = 2
Bundle stores per-vertex normal delta and wrinkle map values.

