Enum Camera.ProjectionModeType
Definition
- 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. |