Defining Camera Animations

Overview

Camera animations are described as multiple <CameraAnimationData> under the <Animations> tag. Each <CameraAnimationData> contains the data for the animation of a single camera.

<NintendoWareIntermediateFile>
<GraphicsContentCtr>
<Animations>
<MemberAnimationData>

Animation Data

Animation data are described as a target parameter path and animation data. In the example below, animation data are configured for the camera's <Transform> tag.

<NintendoWareIntermediateFile>
<GraphicsContentCtr>
<Animations>
<MemberAnimationData>
<Path>Transform</Path>
<TransformAnimation>
...

CONFIDENTIAL