the primary giveaway that this is modern is the texture filtering on the checkerboard plane. OG renderers handled high-frequency detail really poorly, showing whatever color the sampler happened to hit. Modern renderers blend them to an average, grey in this case.
the primary giveaway that this is modern is the texture filtering on the checkerboard plane. OG renderers handled high-frequency detail really poorly, showing whatever color the sampler happened to hit. Modern renderers blend them to an average, grey in this case.
Thanks, I will keep that in mind for the next one.