You will need to write improved light/shadowing shaders to get the effect you want. The shaders that come with Urho do a fairly basic 2x2 hardware PCF sampling of the shadow’s depth texture. If you want something like variance shadow maps you will need to modify the engine code to allocate the shadowmap textures in a different format, right now they’re depth textures (color texture not used at all.)