Tizen Native API
Dali::Camera Namespace Reference

Camera enumerations. More...

Enumerations

enum  Type
 Type determines how camera operates. More...
enum  ProjectionMode
 Projection modes. More...

Detailed Description

Camera enumerations.

Since :
2.4

Enumeration Type Documentation

Projection modes.

Since :
2.4
Enumerator:
PERSPECTIVE_PROJECTION 

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

Since :
2.4
ORTHOGRAPHIC_PROJECTION 

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

Since :
2.4

Type determines how camera operates.

Since :
2.4
Enumerator:
FREE_LOOK 

Camera orientation is taken from CameraActor.

Since :
2.4
LOOK_AT_TARGET 

Camera is oriented to always look at a target.

Since :
2.4