Terrain test:


Quote:
actually I haven't still changed the shadows settings, I have them as they came with the shade-c demos:

Code:

sc_screen_default.settings.lights.sunShadows = 1; //enable shadows for the sun
sc_screen_default.settings.lights.sunShadowResolution = 512;
sc_screen_default.settings.lights.sunPssmSplitWeight = 0.7;
sc_screen_default.settings.lights.sunShadowRange = 5000;
sc_screen_default.settings.lights.sunShadowBias = 0.001;

, I think I have fixed it with setting sc_screen_default.settings.lights.sunShadowRange manually tnx (I had it on 0 which than uses camera.clip_far iirc)

Last edited by Reconnoiter; 12/08/16 16:01.