Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h171 virtual BASE_NS::array_view<const uint8_t> GetJointData() const = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h63 BASE_NS::array_view<const uint8_t> GetJointData() const override; in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1485 array_view<const uint8_t> MeshBuilder::GetJointData() const in GetJointData() function in MeshBuilder
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2839 auto jointData = meshBuilders_[mesh]->GetJointData(); in StartPhase()