Skip to content

KDGpuExample::AsymmetricFieldOfViewPerspectiveOptions

#include <view_projection.h>

Public Attributes

Name
float leftFieldOfView
float rightFieldOfView
float upFieldOfView
float downFieldOfView
float nearPlane
float farPlane
ApplyPostViewCorrection applyPostViewCorrection

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 2024-10-16 at 00:11:37 +0000