Home
last modified time | relevance | path

Searched refs:AddSkinJointMatrices (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.h376 …virtual uint32_t AddSkinJointMatrices(const BASE_NS::array_view<const BASE_NS::Math::Mat4X4> skinJ…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.h94 …uint32_t AddSkinJointMatrices(const BASE_NS::array_view<const BASE_NS::Math::Mat4X4> skinJointMatr… in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_material.cpp409 uint32_t RenderDataStoreDefaultMaterial::AddSkinJointMatrices( in AddSkinJointMatrices() function in RenderDataStoreDefaultMaterial
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1498 skinIndex = dsMaterial_->AddSkinJointMatrices(jm, pjm); in ProcessMesh()