Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h179 void UpdateSingleGLTFAnimation(int index, const std::shared_ptr<GLTFAnimation>& gltfAnimation);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1110 UpdateSingleGLTFAnimation(0, gltfAnimation); in ProcessGLTFAnimations()
1119 UpdateSingleGLTFAnimation(index, gltfAnimation); in ProcessGLTFAnimations()
1144 void LumeCommon::UpdateSingleGLTFAnimation(int index, const std::shared_ptr<GLTFAnimation>& gltfAni… in UpdateSingleGLTFAnimation() function in OHOS::Render3D::LumeCommon