// In the example 3D -> Shadows
// this are the default values
SetCameraRange( 1, 0.1, 100 )
SetShadowCascadeValues( 0.125, 0.25, 0.5 )
// If you try to extend the camera range to 1000 units set this shadows cascade values
SetCameraRange( 1, 0.1, 1000 )
SetShadowCascadeValues( 0.03, 0.1, 0.3 )
// If you try to extend the camera range to 10000 units set this shadows cascade values
SetCameraRange( 1, 0.1, 10000 )
SetShadowCascadeValues( 0.003, 0.01, 0.03 )
Help make AGK better by submitting an example for this command! (All examples are subject to approval)