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>&lt;RotateViewUpdater&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag representing the information which determines the orientation of the camera.
14
15Includes <CODE>&lt;ViewRotate&gt;</CODE> representing the viewpoint coordinates in the child hierarchy.
16            </p>
17<p>
18Use of <CODE>&lt;AimTargetViewUpdater&gt;</CODE> and <CODE>&lt;LookAtTargetViewUpdater&gt;</CODE> and <CODE>&lt;RotateViewUpdater&gt;</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&lt;Cameras&gt;<br>
32    &lt;Camera Name=&quot;rotCamera_ortho&quot; IsBranchVisible=&quot;true&quot;&gt;<br>
33        &lt;AnimationGroupDescriptions&gt;<br>
34            &lt;GraphicsAnimationGroupDescription Name=&quot;CameraAnimation&quot; EvaluationTiming=&quot;BeforeWorldUpdate&quot;&gt;<br>
35                &lt;MemberInformationSet&gt;<br>
36                    &lt;AnimationMemberDescription BlendOperationName=&quot;Transform&quot;&gt;<br>
37                        &lt;Path&gt;Transform&lt;/Path&gt;<br>
38                    &lt;/AnimationMemberDescription&gt;<br>
39                    &lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;<br>
40                        &lt;Path&gt;ViewUpdater.TargetPosition&lt;/Path&gt;<br>
41                    &lt;/AnimationMemberDescription&gt;<br>
42                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
43                        &lt;Path&gt;ViewUpdater.Twist&lt;/Path&gt;<br>
44                    &lt;/AnimationMemberDescription&gt;<br>
45                    &lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;<br>
46                        &lt;Path&gt;ViewUpdater.UpwardVector&lt;/Path&gt;<br>
47                    &lt;/AnimationMemberDescription&gt;<br>
48                    &lt;AnimationMemberDescription BlendOperationName=&quot;Vector3&quot;&gt;<br>
49                        &lt;Path&gt;ViewUpdater.ViewRotate&lt;/Path&gt;<br>
50                    &lt;/AnimationMemberDescription&gt;<br>
51                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
52                        &lt;Path&gt;ProjectionUpdater.Near&lt;/Path&gt;<br>
53                    &lt;/AnimationMemberDescription&gt;<br>
54                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
55                        &lt;Path&gt;ProjectionUpdater.Far&lt;/Path&gt;<br>
56                    &lt;/AnimationMemberDescription&gt;<br>
57                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
58                        &lt;Path&gt;ProjectionUpdater.Fovy&lt;/Path&gt;<br>
59                    &lt;/AnimationMemberDescription&gt;<br>
60                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
61                        &lt;Path&gt;ProjectionUpdater.AspectRatio&lt;/Path&gt;<br>
62                    &lt;/AnimationMemberDescription&gt;<br>
63                    &lt;AnimationMemberDescription BlendOperationName=&quot;Float&quot;&gt;<br>
64                        &lt;Path&gt;ProjectionUpdater.Height&lt;/Path&gt;<br>
65                    &lt;/AnimationMemberDescription&gt;<br>
66                &lt;/MemberInformationSet&gt;<br>
67            &lt;/GraphicsAnimationGroupDescription&gt;<br>
68        &lt;/AnimationGroupDescriptions&gt;<br>
69        &lt;Transform&gt;<br>
70            &lt;Scale X=&quot;1&quot; Y=&quot;1&quot; Z=&quot;1&quot; /&gt;<br>
71            &lt;Rotate X=&quot;0&quot; Y=&quot;0&quot; Z=&quot;0&quot; /&gt;<br>
72            &lt;Translate X=&quot;9.0717&quot; Y=&quot;9.79418&quot; Z=&quot;-8.31628&quot; /&gt;<br>
73        &lt;/Transform&gt;<br>
74        <strong>&lt;RotateViewUpdater IsInheritingRotate=&quot;false&quot;&gt;</strong><br>
75            &lt;ViewRotate X=&quot;-0.712094&quot; Y=&quot;2.36667&quot; Z=&quot;0&quot; /&gt;<br>
76        <strong>&lt;/RotateViewUpdater&gt;</strong><br>
77        &lt;OrthoProjectionUpdater Near=&quot;0.01&quot; Far=&quot;1000&quot; AspectRatio=&quot;1.5&quot; Height=&quot;20&quot;&gt;<br>
78            &lt;Center X=&quot;0&quot; Y=&quot;0&quot; /&gt;<br>
79        &lt;/OrthoProjectionUpdater&gt;<br>
80    &lt;/Camera&gt;<br>
81&lt;/Cameras&gt;<br>
82</pre></td>
83</tr></table>
84
85	<hr><p>CONFIDENTIAL</p></body>
86</html>