Latest Specular Activity
Thanks, this is a really good explanation!
Hello,
I have a problem regarding z axis direction when presenting specular IBL. Notice that z direction is inverted and image presented to user is alongside his view.
Specular IBL - wrong directionfloat4 main(PixelInputType input) : SV_TARGET
{
input.normal = normalize(input.normal);
input.tang…
I recall having this effect a number of times. In my case the cause were normals that didn't all point in the same direction. I'm not sure if there's a quick fix for it. Either anti-aliasing as mentioned (but I doubt that), or maybe a different shadowing approach. Should these pixels actually be li…
Advertisement
Advertisement