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>RotateViewUpdater</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><RotateViewUpdater></h1> 11 <h2>Description</h2> 12 <p> 13 Tag representing the information which determines the orientation of the camera. 14 15Includes <CODE><ViewRotate></CODE> representing the viewpoint coordinates in the child hierarchy. 16 </p> 17<p> 18Use of <CODE><AimTargetViewUpdater></CODE> and <CODE><LookAtTargetViewUpdater></CODE> and <CODE><RotateViewUpdater></CODE> is mutually exclusive. 19</p> 20 <h2>Attributes</h2> 21 <table class="arguments"> 22<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>IsInheritingRotate</th><td> 23 Flag for inheriting camera's rotation. 24 </td></tr></table> 25 26<h2>Example Output</h2> 27 28<table> 29<tr> 30<td><pre> 31<Cameras><br> 32 <Camera Name="rotCamera_ortho" IsBranchVisible="true"><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="9.0717" Y="9.79418" Z="-8.31628" /><br> 73 </Transform><br> 74 <strong><RotateViewUpdater IsInheritingRotate="false"></strong><br> 75 <ViewRotate X="-0.712094" Y="2.36667" Z="0" /><br> 76 <strong></RotateViewUpdater></strong><br> 77 <OrthoProjectionUpdater Near="0.01" Far="1000" AspectRatio="1.5" Height="20"><br> 78 <Center X="0" Y="0" /><br> 79 </OrthoProjectionUpdater><br> 80 </Camera><br> 81</Cameras><br> 82</pre></td> 83</tr></table> 84 85 <hr><p>CONFIDENTIAL</p></body> 86</html>