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>Camera</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><Camera></h1> 11 <h2>Description</h2> 12 <p> 13 14Tag representing the camera information. 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><tr><td /><th>WScale</th><td> 23 The scale factor for the W buffer. 24 </td></tr></table> 25 26<h2>Example Output</h2> 27 28<table> 29<tr> 30<td><pre> 31<Cameras><br> 32 <strong><Camera Name="aimCamera_persp" IsBranchVisible="true"></strong><br> 33 <AnimationGroupDescriptions><br> 34 <GraphicsAnimationGroupDescription Name="CameraAnimation" EvaluationTiming="BeforeWorldUpdate"><br> 35 <MemberInformationSet><br> 36 <AnimationMemberDescription BlendOperationName="Transform"><br> 37 <Path>Transform</Path><br> 38 </AnimationMemberDescription><br> 39 <AnimationMemberDescription BlendOperationName="Vector3"><br> 40 <Path>ViewUpdater.TargetPosition</Path><br> 41 </AnimationMemberDescription><br> 42 <AnimationMemberDescription BlendOperationName="Float"><br> 43 <Path>ViewUpdater.Twist</Path><br> 44 </AnimationMemberDescription><br> 45 <AnimationMemberDescription BlendOperationName="Vector3"><br> 46 <Path>ViewUpdater.UpwardVector</Path><br> 47 </AnimationMemberDescription><br> 48 <AnimationMemberDescription BlendOperationName="Vector3"><br> 49 <Path>ViewUpdater.ViewRotate</Path><br> 50 </AnimationMemberDescription><br> 51 <AnimationMemberDescription BlendOperationName="Float"><br> 52 <Path>ProjectionUpdater.Near</Path><br> 53 </AnimationMemberDescription><br> 54 <AnimationMemberDescription BlendOperationName="Float"><br> 55 <Path>ProjectionUpdater.Far</Path><br> 56 </AnimationMemberDescription><br> 57 <AnimationMemberDescription BlendOperationName="Float"><br> 58 <Path>ProjectionUpdater.Fovy</Path><br> 59 </AnimationMemberDescription><br> 60 <AnimationMemberDescription BlendOperationName="Float"><br> 61 <Path>ProjectionUpdater.AspectRatio</Path><br> 62 </AnimationMemberDescription><br> 63 <AnimationMemberDescription BlendOperationName="Float"><br> 64 <Path>ProjectionUpdater.Height</Path><br> 65 </AnimationMemberDescription><br> 66 </MemberInformationSet><br> 67 </GraphicsAnimationGroupDescription><br> 68 </AnimationGroupDescriptions><br> 69 <Transform><br> 70 <Scale X="1" Y="1" Z="1" /><br> 71 <Rotate X="0" Y="0" Z="0" /><br> 72 <Translate X="10.1185" Y="12.0733" Z="12.8021" /><br> 73 </Transform><br> 74 <AimTargetViewUpdater Twist="0" IsInheritingTargetRotate="false" IsInheritingTargetTranslate="false"><br> 75 <TargetPosition X="0.72963" Y="-0.397348" Z="-0.43323" /><br> 76 </AimTargetViewUpdater><br> 77 <PerspectiveProjectionUpdater Near="0.01" Far="1000" Fovy="0.660595" AspectRatio="1.5" /><br> 78 <strong></Camera></strong><br> 79<Cameras><br> 80</pre></td> 81</tr></table> 82 83 <hr><p>CONFIDENTIAL</p></body> 84</html>