Enum Camera.ProjectionModeType

    Definition

    Namespace:
    Tizen.NUI.Scene3D
    Assembly:
    Tizen.NUI.Scene3D.dll

    Enumeration for the projectionMode. ProjectionMode defines how the camera shows 3D objects or scene on a 2D plane with projection.

    public enum Camera.ProjectionModeType

    Fields

    Name Description
    Orthographic

    Relative distance from the camera does not affect the size of objects.

    Perspective

    Distance causes foreshortening; objects further from the camera appear smaller.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX