docs.unity.cn
    Show / Hide Table of Contents

    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

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 31, 2022
    Terms of use