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 / _59D5034B2DE7472C8CC39A778C5F8D84 < 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:55" />
  10.     <title>Vertex Shader</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. Vertex Shader
  34. </h2>
  35.  
  36. <p class="pBody">
  37. Three-dimensional objects displayed on a screen are rendered using polygons, each of which is made up of intersecting triangles. A vertex is a corner of a triangle where it connects to another triangle, and each vertex carries a considerable amount of information describing its coordinates in 3D space, as well as its weight, color, texture coordinates, fog, and point size data. A vertex shader is a graphics processing function that manipulates these values, producing such things as more realistic lighting effects, improved complex textures such as hair and fur, and more accurate surface deformations such as waves rippling in a pool or the stretching and wrinkling of a character's clothes as he or she moves.
  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.