-
Posts
2,533 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blackrack
-
The latest AVP scatterer configs for the stock planets are just a copy paste of the default scatterer configs last I checked. Since he didn't report any other mods I assume he's using outdated AVP. Either way he needs to delete/fix what is overriding the scatterer configs but no it's not the prepackaged scatterer configs.
-
It can't actually be done correctly in a forward engine, you need to have color, material and normal information available separately from lighting (what the g-buffer does in a deferred engine). You could kind of fake the color part of a g-buffer in forward by re-rendering the main camera with the lighting disabled and ambient light turned up, but you'd be rendering the scene twice, it would be bad with visual mods I guess for all but the beefiest GPUs, although in orbit it would be fine. The normal buffer option can be enabled. Then you'd also have no material information so everything will handle light in the same way, unless you start doing a custom pass with shader replacements. Once you have that though no need to limit it to screen space since we have all the scene info. ScreenSpace PTGI is kind of pointless. Now that I think about it, it's kind of doable, although with limitations and caveats.
-
I'm unable to reproduce this. And it looks more like z-fighting so maybe give it an inch of spacing or provide more info (check the OP: how to report issues section). Just noticed this. I don't think it's fixable without breaking the atmospheres in map view with TAA. The thing is TAA works by jittering the projection matrix to take offset samples over time, but the shaders have to work with it. Could be fixed by overriding the orbit icons shader, I consider it quite mild though so probably not going to fix it.
-
New build is up, mostly fixing TAA and enabling it by default. Full changelog: - Fix TAA breaking with atmosphereless bodies and becoming a smearfest - Fix TAA randomy disabling with TUFX - Use TAA by default on the default preset and upwards, the lower 2 presets still use SMAA - Expose TAA settings - Fix UI window being unclickable/undraggable on lower screen resolutions - Fix Bruneton tonemapper causing artifacts with bright colors
-
I have fixed it already but haven't bundled a release out yet (wanted to play a bit more with TAA and see if there are other streaking issues first). Guess I'll upload a test build (shaders and .dll only, use configs from 831): https://mega.nz/file/2UJ1xajC#kLRXD2gMXOlDSPWFdmK_3oPs0ClJLYgjpievR-8MNNc