Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneViewProjectionData > API/Runtime/Engine/FSceneViewProjectionData/UpdateOrthoPlanes
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include | #include "SceneView.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SceneView.cpp |
static bool UpdateOrthoPlanes
(
FSceneViewProjectionData * InOutProjectionData,
float & NearPlane,
float & FarPlane,
float HalfOrthoWidth,
bool bUseCameraHeightAsViewTarget
)
Remarks
Function for correcting Ortho camera near plane locations to avoid artifacts behind camera view origin.