/[gzz]/gzz/Documentation/newbie-dev-faq
ViewVC logotype

Diff of /gzz/Documentation/newbie-dev-faq

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tjl, Fri Nov 1 17:16:15 2002 UTC revision 1.6 by mudyc, Sat Nov 2 13:56:32 2002 UTC
# Line 61  Slang Line 61  Slang
61                        made into a large number of small rectangles, so that                        made into a large number of small rectangles, so that
62                        it will appear curved when the vertices of the small                        it will appear curved when the vertices of the small
63                        rectangles are transformed.                        rectangles are transformed.
64    
65    
66    Terms
67    -----
68    
69    -Bilinear
70    -Trilinear
71    
72    Close temrs to mipmapping,
73       Trilinear sums 8 texels and counts weighted average factor from two mipmap levels.
74       Bilinear is same with 4 texels from one mipmap level.
75       Of course trilinear looks much better - it doesn't jump around.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26