Skip to content

KDGpuExample::PerspectiveOptions

#include <view_projection.h>

Public Attributes

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 2025-04-12 at 00:01:44 +0000