VisualServerSingleton.cameraSetPerspective

Sets camera to use perspective projection. Objects on the screen becomes smaller when they are far away.

struct VisualServerSingleton
@nogc nothrow
void
cameraSetPerspective
(
in RID camera
,
in double fovy_degrees
,
in double z_near
,
in double z_far
)

Meta