ProjectionType

    Camera3D.swift:13
    enum ProjectionType

    Cases

    • case perspective

      Perspective projection. Objects on the screen becomes smaller when they are far away.

    • case orthogonal

      Orthogonal projection, also known as orthographic projection. Objects remain the same size on the screen no matter how far away they are.

    • case frustum

      Frustum projection. This mode allows adjusting frustumOffset to create “tilted frustum” effects.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (36) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features