Enum CinemachineTransposer.AngularDampingMode
How to calculate the angular damping for the target orientation
Namespace: Cinemachine
Syntax
public enum AngularDampingMode
Fields
Name | Description | Value |
---|---|---|
Euler | Use Euler angles to specify damping values. Subject to gimbal-lock fwhen pitch is steep. |
|
Quaternion | Use quaternions to calculate angular damping. No per-channel control, but not susceptible to gimbal-lock |