Home
last modified time | relevance | path

Searched refs:GetMorphTargetData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h174 virtual BASE_NS::array_view<const uint8_t> GetMorphTargetData() const = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h64 BASE_NS::array_view<const uint8_t> GetMorphTargetData() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1491 array_view<const uint8_t> MeshBuilder::GetMorphTargetData() const in GetMorphTargetData() function in MeshBuilder