Enum MeshMorphingMethod
Defines the methods of mesh morphing supported.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum MeshMorphingMethod
Fields
Name | Description |
---|---|
MorphNormalized | Normalized morphing between morph targets. |
MorphRelative | Relative morphing between morph targets. |
Unknown | Morphing method to be determined. |
VertexBlend | Interpolation between morph targets. |