Definition
SetDirectionalShadowFarClipPlane(float farClipPlane)
Description
This function sets the far clip plane of directional light shadow to farClipPlane.
Parameters
farClipPlane
Specifies the far clip plane of directional light shadow. This value must be greater than zero.
Example
function Init() SetDirectionalShadowFarClipPlane(70.0) end function Update() end
This script sets the far clip plane of directional light shadow to 70.0.
SetDirectionalShadowFarClipPlane