1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <title>Specular0</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><Specular0></h1> 11 <h2>Description</h2> 12 <p> 13 Tag representing the light's specular color. 14 </p> 15 <h2>Attributes</h2> 16 <table class="arguments"> 17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>A</th><td> 18 A component. 19 </td></tr><tr><td /><th>B</th><td> 20 B component. 21 </td></tr><tr><td /><th>G</th><td> 22 G component. 23 </td></tr><tr><td /><th>R</th><td> 24 R component. 25 </td></tr></table> 26 27<h2>Example Output</h2> 28 29<table> 30<tr> 31<td><pre> 32<Ambient R="0" G="0" B="0" A="1" /><br> 33<Diffuse R="1" G="1" B="1" A="1" /><br> 34<strong><Specular0 R="1" G="1" B="1" A="1" /></strong><br> 35<Specular1 R="1" G="1" B="1" A="1" /><br> 36<Direction X="-0.110517" Y="-0.858088" Z="-0.501469" /><br> 37<NullDistanceSampler /><br> 38</pre></td> 39</tr></table> 40 41 <hr><p>CONFIDENTIAL</p></body> 42</html>