Skip to content

KDGpuExample::PerspectiveOptions

#include <view_projection.h>

Public Attributes

Name
float verticalFieldOfView
float aspectRatio
float nearPlane
float farPlane
ApplyPostViewCorrection applyPostViewCorrection

Public Attributes Documentation

variable verticalFieldOfView

1
float verticalFieldOfView { 45.0f };

variable aspectRatio

1
float aspectRatio { 1.0f };

variable nearPlane

1
float nearPlane { 0.1f };

variable farPlane

1
float farPlane { 100.0f };

variable applyPostViewCorrection

1
ApplyPostViewCorrection applyPostViewCorrection { ApplyPostViewCorrection::Yes };

Updated on 2024-09-08 at 00:13:07 +0000