Difference between revisions of "Documentation Talk:Reference Section 5.6"

From POV-Wiki
Jump to navigation Jump to search
(information about interpolate types performance is wrong)
 
m (follow up)
 
Line 5: Line 5:
  
 
This is actually wrong; in fact, '''normalized distance is even ''slower'' than bilinear'''. (But yes, bilinear does the better job.)
 
This is actually wrong; in fact, '''normalized distance is even ''slower'' than bilinear'''. (But yes, bilinear does the better job.)
 +
 +
:* done --[[User:Jholsenback|jholsenback]] 23:41, 29 April 2010 (UTC)

Latest revision as of 23:41, 29 April 2010

The interpolate Option

"... Default is no interpolation. Normalized distance is the slightly faster of the two, bilinear does a better job of picking the between color. Normally bilinear is used. ..."

This is actually wrong; in fact, normalized distance is even slower than bilinear. (But yes, bilinear does the better job.)