LowLayerAnimationDemoDemo
Overview
Demo for playing an animation without using a scene graph.
How to Use
- Demo-specific operations
- Common Operations
- Slide pad: Rotate the camera
- Slide pad + A Button: Move the camera back and forth
- Slide pad + B Button: Move the camera in parallel
- Slide pad + Y Button: Move the camera up and down
- X Button: Reset the camera position
- START Button: Restart the demo.
Description
Since evaluation and updating of animations is carried out by SceneUpdater::UpdateAll, processing for evaluating and updating animations is required if you are not using a scene graph. This demo calls functions for evaluating animations and updating frames using UpdateScene.
CONFIDENTIAL