1<html> 2<head> 3<title>Defining Camera Animations</title> 4<link rel="stylesheet" href="../css/mainpage.css" type="text/css"> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6</head> 7 8<body> 9 10<h1>Defining Camera Animations</h1> 11 12<h2>Overview</h2> 13<p> 14Camera animations are described as multiple <CODE><CameraAnimationData></CODE> under the <CODE><Animations></CODE> tag. Each <CODE><CameraAnimationData></CODE> contains the data for the animation of a single camera. 15</p> 16<table> 17<tr><td> 18<pre> 19<NintendoWareIntermediateFile><br> 20 <GraphicsContentCtr><br> 21 <Animations><br> 22 <MemberAnimationData><br> 23</pre> 24</td></tr> 25</table> 26 27<h2>Animation Data</h2> 28<p> 29Animation data are described as a <I>target parameter path</I> and <I>animation data</I>. In the example below, animation data are configured for the camera's <CODE><Transform></CODE> tag. 30</p> 31 32<table> 33<tr><td> 34<pre> 35<NintendoWareIntermediateFile><br> 36 <GraphicsContentCtr><br> 37 <Animations><br> 38 <MemberAnimationData><br> 39 <Path>Transform</Path><br> 40 <TransformAnimation><br> 41 ...<br> 42</pre> 43</td></tr> 44</table> 45 46<hr><p>CONFIDENTIAL</p></body> 47</html> 48