Skip to content

KDGpuExample::AsymmetricPerspectiveOptions

#include <view_projection.h>

Public Attributes

Name
float left
float right
float bottom
float top
float nearPlane
float farPlane
ApplyPostViewCorrection applyPostViewCorrection

Public Attributes Documentation

variable left

1
float left { -1.0f };

variable right

1
float right { 1.0f };

variable bottom

1
float bottom { -1.0f };

variable top

1
float top { 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 2024-09-08 at 00:13:07 +0000