Enum Camera.ProjectionModeType
Definition
- Namespace:
- Tizen.NUI.Scene3D
- Assembly:
- Tizen.NUI.Scene3D.dll
- API Level:
- 10
Enumeration for the projectionMode. ProjectionMode defines how the camera shows 3D objects or scene on a 2D plane with projection.
C#Copypublic enum ProjectionModeType
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. |