Closed TLeonardUK closed 11 months ago
@TLeonardUK I believe you are correct. I probably made a mistake when writing this and meant to scale farthestFrontfaceDirection
by the min()
result instead.
I've pushed @jukim-nv's fix to main. It is available here.
I notice on line 211 of ProbeRelocationCS.hlsl, you scale farthestFrontfaceDistance but do nothing further with it, the line below also sets the fullOffset to the offset plus the direction unit vector.
Should this not be taking the distance into account when calculating the fullOffset (and presumably the min frontface distance)?