Tizen Native API  5.5
Dali::Camera Namespace Reference

Enumeration for camera. More...

Enumerations

enum  Type
 Enumeration for type determination of how camera operates. More...
enum  ProjectionMode
 Enumeration for projection modes. More...

Detailed Description

Enumeration for camera.

Since:
3.0, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for projection modes.

Since:
3.0, DALi version 1.0.0
Enumerator:
PERSPECTIVE_PROJECTION 

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

Since:
3.0, DALi version 1.0.0
ORTHOGRAPHIC_PROJECTION 

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

Since:
3.0, DALi version 1.0.0

Enumeration for type determination of how camera operates.

Since:
3.0, DALi version 1.0.0
Enumerator:
FREE_LOOK 

Camera orientation is taken from CameraActor.

Since:
3.0, DALi version 1.0.0
LOOK_AT_TARGET 

Camera is oriented to always look at a target.

Since:
3.0, DALi version 1.0.0