Struct ufbx.ufbx_blend_keyframe
Blend shape associated with a target weight in a series of morphs
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_blend_keyframe
Fields
effective_weight
The weight the shape should be currently applied with
Declaration
public float effective_weight
Field Value
Type | Description |
---|---|
float |
shape
The target blend shape offsets.
Declaration
public ufbx.ufbx_blend_shape* shape
Field Value
Type | Description |
---|---|
ufbx_blend_shape* |
target_weight
Weight value at which to apply the keyframe at full strength
Declaration
public float target_weight
Field Value
Type | Description |
---|---|
float |