Home
last modified time | relevance | path

Searched refs:GetMeshData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h96 const GltfMeshData& GetMeshData() const override;
207 const MeshData& GetMeshData() const override;
H A Dgltf2_importer.cpp2682 const GltfMeshData& GLTF2Importer::GetMeshData() const in GetMeshData() function in GLTF2::GLTF2Importer
3581 const auto& meshData = importer_->GetMeshData(); in Execute()
3619 const MeshData& Gltf2SceneImporter::GetMeshData() const in GetMeshData() function in GLTF2::Gltf2SceneImporter
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h214 virtual const MeshData& GetMeshData() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h266 virtual const GltfMeshData& GetMeshData() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h425 virtual BASE_NS::array_view<const RenderMeshData> GetMeshData() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.h113 BASE_NS::array_view<const RenderMeshData> GetMeshData() const override; in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_material.cpp668 array_view<const RenderMeshData> RenderDataStoreDefaultMaterial::GetMeshData() const in GetMeshData() function in RenderDataStoreDefaultMaterial
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp113 if (const auto meshData = dataStoreMaterial.GetMeshData(); !meshData.empty()) { in UpdateMeshBuffer()