Home
last modified time | relevance | path

Searched refs:gltfAnimations (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp458 …wer::UpdateGLTFAnimations(const std::vector<RefPtr<OHOS::Render3D::GLTFAnimation>>& gltfAnimations) argument
468 …S::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), gltfAnimations] {
470 …::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), gltfAnimations] {
474 delegate->sceneViewerAdapter_.UpdateGLTFAnimations(gltfAnimations);
H A Drender_scene_viewer.h119 …oid UpdateGLTFAnimations(const std::vector<RefPtr<OHOS::Render3D::GLTFAnimation>>& gltfAnimations);