Definition
SetPhysicsCameraFarClipPlane(float fcp)
Description
This function sets the far clip plane of physics camera attached to the main character to fcp.
Parameter
fcp
Specifies the far clip plane value of of physics camera attached to the main character. This value must be greater than 0.0.
Example
function Init() SetPhysicsCameraFarClipPlane(10.25) end function Update() end
In this script, we set the far clip plane value of the physics camera attached to the main character to 10.25.
SetPhysicsCameraFarClipPlane