Function getNearPlane
Synopsis
#include <Source/Falcor/Scene/Camera/Camera.h>
float getNearPlane() const
Description
Get the near plane depth.
Source
Lines 163-163 in Source/Falcor/Scene/Camera/Camera.h.
float getNearPlane() const { return mData.nearZ; }