Skip to content

KDGpuExample::OrthoOptions

#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 { -1.0f };

variable farPlane

1
float farPlane { 1.0f };

variable applyPostViewCorrection

1
ApplyPostViewCorrection applyPostViewCorrection { ApplyPostViewCorrection::Yes };

Updated on 2024-10-16 at 00:11:37 +0000