Cg Programming/Anti-Aliasing Techniques
This section is a stub. You can help Wikibooks by expanding it. |
Most GPUs support several anti-aliasing techniques (see the Wikipedia article on spatial anti-aliasing). The two most important techniques are:
- texture mipmapping: see the Wikipedia article on mipmap
- multisampling: see the Wikipedia article on multisample anti-aliasing
Unless stated otherwise, all example source code on this page is granted to the public domain.