You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cubemap search function can only find probes that are in the same epsilon X epsilon X epsilon-sized voxel. 0.01 is unreasonably small so I assume it was inverted by mistake. 100 is still too small for it to find one the majority of the time though. Overall the code really doesn't make any sense, since the probes are generated in an irregularly spaced way according to BSP nodes, but the lookup code seemingly expects them to be evenly spaced like the light grid, or at least placed with a minimal density.
This should be evaluated at some point, but the cubemap reflections themselves should be fixed first.
The text was updated successfully, but these errors were encountered:
#1256 (comment):
This should be evaluated at some point, but the cubemap reflections themselves should be fixed first.
The text was updated successfully, but these errors were encountered: