KDGpuExample::AsymmetricFieldOfViewPerspectiveOptions
#include <view_projection.h>
Public Attributes
Public Attributes Documentation
variable leftFieldOfView
| float leftFieldOfView { -0.5f };
|
variable rightFieldOfView
| float rightFieldOfView { 0.5f };
|
variable upFieldOfView
| float upFieldOfView { -0.5f };
|
variable downFieldOfView
| float downFieldOfView { 0.5f };
|
variable nearPlane
| float nearPlane { 0.1f };
|
variable farPlane
| float farPlane { 100.0f };
|
variable applyPostViewCorrection
| ApplyPostViewCorrection applyPostViewCorrection { ApplyPostViewCorrection::Yes };
|
Updated on 2024-12-22 at 00:08:03 +0000