Home
last modified time | relevance | path

Searched defs:meshIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp404 const uint32_t meshIndex = static_cast<uint32_t>(meshData_.size()); in AddMeshData() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1420const uint32_t meshIndex, const uint32_t subMeshIndex, const uint32_t skinJointIndex, const MinAnd… in ProcessSubmesh()
1489 const uint32_t meshIndex = dsMaterial_->AddMeshData(rmd); in ProcessMesh() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1877 const size_t meshIndex = FindIndex(data.meshes, node.mesh); in CreateMesh() local
2062 size_t const meshIndex = FindIndex(data.meshes, node->mesh); in CreateMorphComponents() local
H A Dgltf2_exporter.cpp2346 … if (auto const meshIndex = FindOrAddIndex(usedMeshes, meshHandle); meshIndex < meshArray.size()) { in AttachMesh() local
H A Dgltf2_loader.cpp1957 size_t meshIndex; in PrimitiveAttributes() local