Skip to content

KDGpuExample::AsymmetricFieldOfViewPerspectiveOptions

#include <view_projection.h>

Public Attributes

Public Attributes Documentation

variable leftFieldOfView

1
float leftFieldOfView { -0.5f };

variable rightFieldOfView

1
float rightFieldOfView { 0.5f };

variable upFieldOfView

1
float upFieldOfView { -0.5f };

variable downFieldOfView

1
float downFieldOfView { 0.5f };

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