장면 양식 빠른 시작을 위한 애니메이션
장면 양식 애니메이션 시작하기 이 가이드에서는 다음을 수행하는 방법을 설명합니다.
- 애니메이션을 지원하도록 개발 환경 설정
- 샘플 앱에서 애니메이션 로드 및 실행
이 가이드에서는 개발자가 이미 Android용 Sceneform SDK를 설치하고 구성했다고 가정합니다. 그렇지 않은 경우 Android 빠른 시작에서 설치 및 설정 단계를 참고하세요.
골격 애니메이션을 처음 사용한다면 모델 애니메이션 개념을 참조하세요.
개발 환경 설정
샘플 앱 빌드 및 실행
Animation 샘플 앱을 빌드하고 실행하려면 다음 안내를 따르세요.
애니메이션 샘플을 Android 스튜디오로 가져옵니다. 이 파일은 장면 양식 SDK의 samples/animation
폴더에 있습니다.
Android 스튜디오에서 애니메이션 애셋을 보려면 app/sampledata/models
로 이동합니다. 이러한 애셋은 다음과 같습니다.
andy_dance.fbx
. 기본 댄싱 앤디 애니메이션 모델입니다.
andy_wave_l.fbx
. 왼쪽 애니메이션 데이터를 흔드는 앤디.
andy_wave_r.fbx
. 앤디가 올바른 애니메이션 데이터를 흔듭니다.
baseball_cap.fbx
. 앤디의 야구 모자.
Android 스튜디오에서 Run
을 클릭합니다.
기기를 배포 대상으로 선택하고 OK를 클릭하여 샘플 앱을 실행합니다.
빌드 프로세스의 일부로 Android 스튜디오는 애셋을 *.sfb
형식 파일로 컴파일합니다.
기기에서 애니메이션 샘플 앱의 카메라 액세스 권한을 부여합니다. 그런 다음 다음 단계를 시도해 보세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-09-26(UTC)
[null,null,["최종 업데이트: 2022-09-26(UTC)"],[[["This guide explains how to set up your development environment for Sceneform animation and run a sample app demonstrating animation."],["You will need Android Studio 3.1 or higher, Android SDK Platform 7.1 or higher, and the Google Sceneform Tools (Beta) plugin installed."],["The sample app allows you to add an animated Andy Android model to an AR scene, trigger animations, and add/remove a hat."],["The provided sample assets include a primary dancing animation, waving animations, and a baseball cap model."],["You can build and run the Animation sample app by importing it into Android Studio and deploying it to a supported ARCore device."]]],["To set up animation development, install Android Studio 3.1+ with Android SDK 7.1+ and the Sceneform Tools plugin. Ensure an Android device is connected. To run the sample app, import the Animation sample from the Sceneform SDK into Android Studio. The app contains animation assets: `andy_dance.fbx`, `andy_wave_l.fbx`, `andy_wave_r.fbx`, and `baseball_cap.fbx`. After building, grant camera access to the app, then tap a plane to add a dancing Andy and use the menu to animate and add/remove a hat.\n"]]