VisualServerSingleton.cameraSetOrthogonal

Sets camera to use orthogonal projection, also known as orthographic projection. Objects remain the same size on the screen no matter how far away they are.

struct VisualServerSingleton
@nogc nothrow
void
cameraSetOrthogonal
(
in RID camera
,
in double size
,
in double z_near
,
in double z_far
)

Meta