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 2025-07-08 at 12:01:11 +0000