Home
last modified time | relevance | path

Searched defs:joints (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp360 …Entity const& skinIbmEntity, array_view<const Entity> const& joints, Entity const& entity, Entity … in CreateInstance()
407 const auto joints = array_view(jointsHandle->jointEntities, jointsHandle->count); in CreateInstance() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp551 …GLTF2::GLTFLoadDataResult& tangents, GLTF2::GLTFLoadDataResult& joints, GLTF2::GLTFLoadDataResult&… in LoadPrimitiveAttributeData()
841 const IMeshBuilder::DataBuffer joints = fillDataBuffer(joint); in ProcessPrimitives() local
2041 vector<Entity> joints; in CreateSkinComponents() local
H A Dgltf2_data_structures.h676 BASE_NS::vector<Node*> joints; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_exporter.cpp612 Node* FindSkeletonRoot(array_view<GLTF2::Node*> joints) in FindSkeletonRoot()
H A Dgltf2_loader.cpp2352 vector<size_t> joints; in PrimitiveAttributes() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2087 const auto* joints = jointData.buffer.data(); in CalculateJointBounds() local