Still playing with reflection interpolation trying (desperately) to shave some time off a job.
I have done numerous tests and found the acceptable trade-off point for me for time/quality is with interpolation at a min/max of 0/0, but I thought that 0 would be effectively *no* interpolation? It definitely does one pre-pass and shaves off about 50% of the time in this case, but not sure how to read it. What does 0/0 actually mean? Would that be the 'highest' quality of interpolation?
Read through what I could on Franscesco's book but it didn't clarify things much for me, and it indicates that usually you would have the two values be the same - is there a reason for that?
Thanks in advance!
b
I have done numerous tests and found the acceptable trade-off point for me for time/quality is with interpolation at a min/max of 0/0, but I thought that 0 would be effectively *no* interpolation? It definitely does one pre-pass and shaves off about 50% of the time in this case, but not sure how to read it. What does 0/0 actually mean? Would that be the 'highest' quality of interpolation?
Read through what I could on Franscesco's book but it didn't clarify things much for me, and it indicates that usually you would have the two values be the same - is there a reason for that?
Thanks in advance!
b
Comment