docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CameraPerspective

    A perspective camera containing properties to create a perspective projection matrix.

    Inheritance
    object
    CameraPerspective
    CameraPerspective
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class CameraPerspective

    Fields

    aspectRatio

    The floating-point aspect ratio of the field of view.

    Declaration
    public float aspectRatio
    Field Value
    Type Description
    float

    yfov

    The floating-point vertical field of view in radians.

    Declaration
    public float yfov
    Field Value
    Type Description
    float

    zfar

    The floating-point distance to the far clipping plane.

    Declaration
    public float zfar
    Field Value
    Type Description
    float

    znear

    The floating-point distance to the near clipping plane.

    Declaration
    public float znear
    Field Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)