Home
last modified time | relevance | path

Searched refs:GetMeshJointMatrices (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h429 …_NS::array_view<const RenderDataDefaultMaterial::JointMatrixData> GetMeshJointMatrices() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.h114 …BASE_NS::array_view<const RenderDataDefaultMaterial::JointMatrixData> GetMeshJointMatrices() const… in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_material.cpp674 RenderDataStoreDefaultMaterial::GetMeshJointMatrices() const in GetMeshJointMatrices() function in RenderDataStoreDefaultMaterial
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp135 const auto meshJointMatrices = dataStoreMaterial.GetMeshJointMatrices(); in UpdateSkinBuffer()