home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Utility / 5-11_xp-2k_dd_ccc_wdm_enu_27345.exe / Data1.cab / _159E7B177DB74FF9953AA6518E7E708B < prev    next >
Text File  |  2005-09-21  |  3KB  |  60 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  6.     <meta http-equiv="Content-Style-Type" content="text/css" />
  7.     <meta name="GENERATOR" content="Quadralay WebWorks AutoMap 2003 Client 8.0.0.1260" />
  8.     <meta name="TEMPLATEBASE" content="CCC_Online_Help_v1.0" />
  9.     <meta name="LASTUPDATED" content="09/21/05 15:11:46" />
  10.     <title>Adaptive Anti-aliasing</title>
  11.     <link rel="StyleSheet" href="document.css" type="text/css" />
  12.     <link rel="StyleSheet" href="catalog.css" type="text/css" />
  13. <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script>
  14.   <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script>
  15.   <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script>
  16.  
  17.   <script type="text/javascript" language="JavaScript1.2">
  18.    <!--
  19.     // Set reference to top level help frame
  20.     //
  21.     var  WWHFrame = WWHGetWWHFrame("");
  22.    // -->
  23.   </script>
  24.  
  25.     <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script>
  26.   </head>
  27.  
  28.  
  29.   <body onLoad="WWHUpdate();" onUnload="WWHUnload();" onKeyDown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onKeyPress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onKeyUp="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);">
  30.  
  31.  
  32. <h2 class="pHeading2">
  33. Adaptive Anti-aliasing
  34. </h2>
  35.  
  36. <p class="pBody">
  37. Adaptive anti-aliasing is a technique that applies a combination of multi-sampling (MSAA) and super-sampling (SSAA) on 3D objects to improve edge smoothness and fine detail. Multi-sampling works best on smoothing the edges of solid polygons, but cannot effectively smooth edges within polygons which are partially transparent. Super-sampling is able to more accurately calculate color values adjacent to transparent pixel shader values within polygons with partially transparent textures, but is not applied universally since it is more processor-intensive. Adaptive anti-aliasing works by using super-sampled anti-aliasing on transparent textures, and multi-sampled anti-aliasing on all other textures. This delivers exceptional levels of image quality, while maintaining performance.
  38. </p>
  39.  
  40.  
  41.  
  42.   <script type="text/javascript" language="JavaScript1.2">
  43.    <!--
  44.     // Clear related topics
  45.     //
  46.     WWHClearRelatedTopics();
  47.  
  48.    // -->
  49.   </script>
  50.  
  51.  
  52. <script type="text/javascript" language="JavaScript1.2">
  53.    <!--
  54.     document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag());
  55.    // -->
  56.   </script>
  57.  
  58.   </body>
  59. </html>
  60.