Code:
Color color = new Color(1f,1f,1f,0.9f);
DirectionalLight directionalLight = new DirectionalLight(rayHandler,200,color,-90f);
directionalLight.setSoftnessLength(0);
Result:
When light falls directly from above, why it is not casting shadows from boxes?
This could be caused by a few things. Some things to check: