Lysa.nodes  0.0
Lysa 3D Engine
CameraProjectionType Enum Referenceenum

Detailed Description

Constants for the camera projection mode.

Lua full name: lysa.nodes.CameraProjectionType

Constants

integer PERSPECTIVE
 Perspective projection (objects shrink with distance).
 
integer ORTHOGRAPHIC
 Orthographic projection (no perspective foreshortening).
 

Enumerator Documentation

integer PERSPECTIVE

Perspective projection (objects shrink with distance).

integer ORTHOGRAPHIC

Orthographic projection (no perspective foreshortening).