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>AmbientLightCtr</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><AmbientLightCtr></h1> 11 <h2>Description</h2> 12 <p> 13 Tag representing ambient light. Includes <CODE><Ambient></CODE> representing ambient color in the child hierarchy. 14 15 </p> 16 <h2>Attributes</h2> 17 <table class="arguments"> 18<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>IsBranchVisible</th><td> 19 Flag indicating whether items below node are shown. 20 </td></tr><tr><td /><th>Name</th><td> 21 Name. 22 </td></tr></table> 23 24<h2>Example Output</h2> 25 26<table> 27<tr> 28<td><pre> 29<strong><AmbientLightCtr Name="ambientLight1" IsBranchVisible="true"></strong><br> 30 <AnimationGroupDescriptions /><br> 31 <Transform><br> 32 <Scale X="1" Y="1" Z="1" /><br> 33 <Rotate X="0" Y="0" Z="0" /><br> 34 <Translate X="-4.24099" Y="1.18299" Z="4.62561" /><br> 35 </Transform><br> 36 <Ambient R="1" G="1" B="1" A="1" /><br> 37<strong></AmbientLightCtr></strong><br> 38</pre></td> 39</tr></table> 40 41 <hr><p>CONFIDENTIAL</p></body> 42</html>