Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::CameraEnums Struct Reference

#include <kanzi/interop/autogen/core.ui/node/camera_enums.hpp>

Public Types

enum  OrthogonalCoordinateSystem { OrthogonalCoordinateSystemAbsolute, OrthogonalCoordinateSystemRelative }
 Type of the orthogonal coordinate system. More...
 
enum  ProjectionType { ProjectionPerspective, ProjectionOrthographic, ProjectionAsymmetricPerspective }
 Projection type of a camera. More...
 

Member Enumeration Documentation

◆ ProjectionType

Projection type of a camera.

Enumerator
ProjectionPerspective 

Perspective projection.

ProjectionOrthographic 

Orthogonal projection.

ProjectionAsymmetricPerspective 

Asymmetric perspective projection.

◆ OrthogonalCoordinateSystem

Type of the orthogonal coordinate system.

Enumerator
OrthogonalCoordinateSystemAbsolute 

Absolute orthogonal projection.

OrthogonalCoordinateSystemRelative 

Relative orthogonal projection.


The documentation for this struct was generated from the following file: