FirstPersonKSP / FreeIva

Work in progress mod for Kerbal Space Program which allows getting out of your seat and moving around the vessel while on IVA.
GNU General Public License v2.0
25 stars 8 forks source link

Investigate tweaking shadow cascade splits on internal camera #309

Open JonnyOThan opened 1 year ago

JonnyOThan commented 1 year ago

image

With the change to use hard shadows, the cascade splits seem pretty out of whack. We might get better results by pushing the first split fraction out a bit, or bringing the last one in. Scatterer has a method to tweak them per camera here: https://github.com/LGhassen/Scatterer/blob/3124f0cbaa051d77bdfb548bcc2ee054f8b36411/scatterer/Utilities/Camera/TweakShadowCascades.cs#L17