Function DirectionalLight.directionalShadowSplit2
The distance from shadow split 1 to split 2. Relative to directionalShadowMaxDistance
. Only used when directionalShadowMode
is SHADOW_PARALLEL_2_SPLITS
or SHADOW_PARALLEL_4_SPLITS
.
double directionalShadowSplit2() nothrow @property @nogc;
void directionalShadowSplit2
(
double v
) nothrow @property @nogc;