Home
last modified time | relevance | path

Searched defs:meshEntity (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h155 const CORE_NS::Entity& meshEntity; member
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1731 CORE_NS::Entity SceneHolder::GetMaterial(CORE_NS::Entity meshEntity, int64_t submeshIndex) in GetMaterial()
1746 BASE_NS::string_view SceneHolder::GetMaterialName(CORE_NS::Entity meshEntity, int64_t submeshIndex) in GetMaterialName()
1763 CORE_NS::Entity meshEntity; in GetMeshName() local
H A Dscene_impl.cpp1437 … auto meshEntity = sceneHolder->template CreateMeshFromArrays<IndicesType>( in CreateMeshFromArrays() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp902 auto meshEntity = gatherResult.meshBuilder->CreateMesh(ecs); in ImportMesh() local
3305 const auto meshEntity = LookupResourceByUri(uri, uriManager_, meshManager_); in PrepareMeshTasks() local
3327 auto meshEntity = ImportMesh(*ecs_, t->data); in PrepareMeshTasks() local
H A Dgltf2_exporter.cpp924 for (auto const meshEntity : usedMeshes) { in ExportGltfMeshes() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp750 auto meshEntity = builder.CreateMesh(const_cast<IEcs&>(ecs)); in CreateMesh() local
H A Dmesh_builder.cpp1546 auto meshEntity = em.Create(); in CreateMesh() local