Struct ufbx.ufbx_tangent
Tangent vector at a keyframe, may be split into left/right
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_tangent
Fields
dx
Derivative in the time axis
Declaration
public float dx
Field Value
Type | Description |
---|---|
float |
dy
Derivative in the (curve specific) value axis
Declaration
public float dy
Field Value
Type | Description |
---|---|
float |